Html Css Color HEX #C0DB3E Las Palmas

📋 copy color: '#C0DB3E'

red 192 ◦ green 219 ◦ blue 62

#C0DB3E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Las Palmas #C0DB3E

Tints of Las Palmas #C0DB3E

RGB

 RED value IS 192 (75.39% from 255) = 40.59%

 GREEN value IS 219 (85.94% from 255) = 46.3%

 BLUE value IS 62 (24.61% from 255) = 13.11%

R = 40.59%
G = 46.3%
B = 13.11%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#C0DB3E (or 0xC0DB3E) is known color: Las Palmas. HEX triplet: C0, DB and 3E. RGB value is (192,219,62). Sum of RGB (Red+Green+Blue) = 192+219+62=473 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.59% from 473); Green value is 219 (85.94% from 255 or 46.30% from 473); Blue value is 62 (24.61% from 255 or 13.11% from 473); Max value from RGB is 219 - color contains mainly: green. Hex color #C0DB3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0DB3E is #3F24C1. Grayscale: #C1C1C1. Windows color (decimal): -4138178 or 4119488. OLE color: 4119488.

HSL color Cylindrical-coordinate representation of color #C0DB3E: hue angle of 70.32º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C0DB3E is Cyan = 0.12, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.14.

Color convert

RGB 192 219 62 -
CMYK 0.12 0 0.72 0.14
HSL 70.32º 0.69% 0.55% -
HSV(B) 70.32º 0.72% 0.86% -
XYZ 47.94 62.22 14.04 -
YUV 193.03 54.05 127.27 -
System Red Green Blue C M Y K H S L
Decimal 192 219 62 0.12 0 0.72 0.14 70.32 0.69 0.55
Hex C0 DB 3E C 0 48 E 46 45 37
Octal 300 333 76 14 0 110 16 106 105 67
Binary 11000000 11011011 111110 1100 0 1001000 1110 1000110 1000101 110111

Color Harmonies of #C0DB3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0DB3E

Black with #C0DB3E

Text Example


Text Example

White with #C0DB3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0DB3E; }

 p { color: rgb(192,219,62); }

 H1.HeaderClassName
 {
   color: #C0DB3E;
 }
 .AnyTagClassName
 {
   color: #C0DB3E;
 }
</style>

background-color css

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

 a { background-color: rgb(192,219,62); }

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

border-color css

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

 span { border-color: rgb(192,219,62); }

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