Html Css Color HEX #C0DD37 Las Palmas

📋 copy color: '#C0DD37'

red 192 ◦ green 221 ◦ blue 55

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

Shades of Las Palmas #C0DD37

Tints of Las Palmas #C0DD37

RGB

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

 GREEN value IS 221 (86.72% from 255) = 47.22%

 BLUE value IS 55 (21.88% from 255) = 11.75%

R = 41.03%
G = 47.22%
B = 11.75%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#C0DD37 (or 0xC0DD37) is known color: Las Palmas. HEX triplet: C0, DD and 37. RGB value is (192,221,55). Sum of RGB (Red+Green+Blue) = 192+221+55=468 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.03% from 468); Green value is 221 (86.72% from 255 or 47.22% from 468); Blue value is 55 (21.88% from 255 or 11.75% from 468); Max value from RGB is 221 - color contains mainly: green. Hex color #C0DD37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0DD37 is #3F22C8. Grayscale: #C2C2C2. Windows color (decimal): -4137673 or 3661248. OLE color: 3661248.

HSL color Cylindrical-coordinate representation of color #C0DD37: hue angle of 70.48º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C0DD37 is Cyan = 0.13, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.13.

Color convert

RGB 192 221 55 -
CMYK 0.13 0 0.75 0.13
HSL 70.48º 0.71% 0.54% -
HSV(B) 70.48º 0.75% 0.87% -
XYZ 48.28 63.2 13.27 -
YUV 193.41 49.89 127 -
System Red Green Blue C M Y K H S L
Decimal 192 221 55 0.13 0 0.75 0.13 70.48 0.71 0.54
Hex C0 DD 37 D 0 4B D 46 47 36
Octal 300 335 67 15 0 113 15 106 107 66
Binary 11000000 11011101 110111 1101 0 1001011 1101 1000110 1000111 110110

Color Harmonies of #C0DD37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0DD37

Black with #C0DD37

Text Example


Text Example

White with #C0DD37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0DD37; }

 p { color: rgb(192,221,55); }

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

background-color css

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

 a { background-color: rgb(192,221,55); }

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

border-color css

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

 span { border-color: rgb(192,221,55); }

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