Html Css Color HEX #CCE041 Las Palmas

📋 copy color: '#CCE041'

red 204 ◦ green 224 ◦ blue 65

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

Shades of Las Palmas #CCE041

Tints of Las Palmas #CCE041

RGB

 RED value IS 204 (80.08% from 255) = 41.38%

 GREEN value IS 224 (87.89% from 255) = 45.44%

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

R = 41.38%
G = 45.44%
B = 13.18%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#CCE041 (or 0xCCE041) is known color: Las Palmas. HEX triplet: CC, E0 and 41. RGB value is (204,224,65). Sum of RGB (Red+Green+Blue) = 204+224+65=493 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.38% from 493); Green value is 224 (87.89% from 255 or 45.44% from 493); Blue value is 65 (25.78% from 255 or 13.18% from 493); Max value from RGB is 224 - color contains mainly: green. Hex color #CCE041 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCE041 is #331FBE. Grayscale: #C8C8C8. Windows color (decimal): -3350463 or 4317388. OLE color: 4317388.

HSL color Cylindrical-coordinate representation of color #CCE041: hue angle of 67.55º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CCE041 is Cyan = 0.09, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.

Color convert

RGB 204 224 65 -
CMYK 0.09 0 0.71 0.12
HSL 67.55º 0.72% 0.57% -
HSV(B) 67.55º 0.71% 0.88% -
XYZ 52.51 66.53 15.08 -
YUV 199.89 51.87 130.93 -
System Red Green Blue C M Y K H S L
Decimal 204 224 65 0.09 0 0.71 0.12 67.55 0.72 0.57
Hex CC E0 41 9 0 47 C 44 48 39
Octal 314 340 101 11 0 107 14 104 110 71
Binary 11001100 11100000 1000001 1001 0 1000111 1100 1000100 1001000 111001

Color Harmonies of #CCE041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE041

Black with #CCE041

Text Example


Text Example

White with #CCE041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE041; }

 p { color: rgb(204,224,65); }

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

background-color css

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

 a { background-color: rgb(204,224,65); }

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

border-color css

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

 span { border-color: rgb(204,224,65); }

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