#C0DA3F

Color #C0DA3F Las Palmas (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Las Palmas #C0DA3F

Tints of Las Palmas #C0DA3F

Color information

#C0DA3F (or 0xC0DA3F) is unknown color: approx Las Palmas. HEX triplet: C0, DA and 3F. RGB value is (192,218,63). Sum of RGB (Red+Green+Blue) = 192+218+63=473 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.59% from 473); Green value is 218 (85.55% from 255 or 46.09% from 473); Blue value is 63 (25% from 255 or 13.32% from 473); Max value from RGB is 218 - color contains mainly: green. Hex color #C0DA3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0DA3F is #3F25C0. Grayscale: #C1C1C1. Windows color (decimal): -4138433 or 4184768. OLE color: 4184768.

HSL color Cylindrical-coordinate representation of color #C0DA3F: hue angle of 70.06º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C0DA3F is Cyan = 0.12, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB19221863-
CMYK0.1200.710.15
HSL70.06º67.69%55.1%-
HSV(B)70.06º71.1%85.49%-
XYZ47.7161.7114.1-
YUV192.5654.89127.6-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 192 (75.39% from 255) = 40.59%
GREEN value IS 218 (85.55% from 255) = 46.09%
BLUE value IS 63 (25% from 255) = 13.32%
R=40.59%
G=46.09%
B=13.32%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal192218630.1200.710.1570.0667.6955.1
HexC0DA3FC047F464437
Octal300332771401071710610467
Binary1100000011011010111111110001000111111110001101000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0DA3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0DA3F; }

 p { color: rgb(192,218,63); }

 H1.HeaderClassName
 {
   color: #C0DA3F;
 }
 .AnyTagClassName
 {
   color: #C0DA3F;
 }
</style>
background-color css

<style>
 a { background-color: #C0DA3F; }

 a { background-color: rgb(192,218,63); }

 div.DivClassName
 {
   background-color: #C0DA3F;
 }
 .BgClassName
 {
   background-color: #C0DA3F;
 }
</style>
border-color css

<style>
 span { border-color: #C0DA3F; }

 span { border-color: rgb(192,218,63); }

 td.TdClassName
 {
   border-color: #C0DA3F;
 }
 .TagClassName
 {
   border-color: #C0DA3F;
 }
</style>