Html Css Color HEX #C0DD41 Las Palmas

📋 copy color: '#C0DD41'

red 192 ◦ green 221 ◦ blue 65

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

Shades of Las Palmas #C0DD41

Tints of Las Palmas #C0DD41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 13.6%

R = 40.17%
G = 46.23%
B = 13.6%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#C0DD41 (or 0xC0DD41) is known color: Las Palmas. HEX triplet: C0, DD and 41. RGB value is (192,221,65). Sum of RGB (Red+Green+Blue) = 192+221+65=478 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.17% from 478); Green value is 221 (86.72% from 255 or 46.23% from 478); Blue value is 65 (25.78% from 255 or 13.60% from 478); Max value from RGB is 221 - color contains mainly: green. Hex color #C0DD41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0DD41 is #3F22BE. Grayscale: #C3C3C3. Windows color (decimal): -4137663 or 4316608. OLE color: 4316608.

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

Color convert

RGB 192 221 65 -
CMYK 0.13 0 0.71 0.13
HSL 71.15º 0.7% 0.56% -
HSV(B) 71.15º 0.71% 0.87% -
XYZ 48.55 63.3 14.66 -
YUV 194.55 54.89 126.18 -
System Red Green Blue C M Y K H S L
Decimal 192 221 65 0.13 0 0.71 0.13 71.15 0.7 0.56
Hex C0 DD 41 D 0 47 D 47 46 38
Octal 300 335 101 15 0 107 15 107 106 70
Binary 11000000 11011101 1000001 1101 0 1000111 1101 1000111 1000110 111000

Color Harmonies of #C0DD41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0DD41

Black with #C0DD41

Text Example


Text Example

White with #C0DD41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0DD41; }

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

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

background-color css

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

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

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

border-color css

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

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

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