Html Css Color HEX #CCE052 Las Palmas

📋 copy color: '#CCE052'

red 204 ◦ green 224 ◦ blue 82

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

Shades of Las Palmas #CCE052

Tints of Las Palmas #CCE052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 16.08%

R = 40%
G = 43.92%
B = 16.08%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.63

 K value IS 0.12

RGB Variations

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

Color information

#CCE052 (or 0xCCE052) is known color: Las Palmas. HEX triplet: CC, E0 and 52. RGB value is (204,224,82). Sum of RGB (Red+Green+Blue) = 204+224+82=510 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40% from 510); Green value is 224 (87.89% from 255 or 43.92% from 510); Blue value is 82 (32.42% from 255 or 16.08% from 510); Max value from RGB is 224 - color contains mainly: green. Hex color #CCE052 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE052 is #331FAD. Grayscale: #CACACA. Windows color (decimal): -3350446 or 5431500. OLE color: 5431500.

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

Color convert

RGB 204 224 82 -
CMYK 0.09 0 0.63 0.12
HSL 68.45º 0.7% 0.6% -
HSV(B) 68.45º 0.63% 0.88% -
XYZ 53.08 66.76 18.07 -
YUV 201.83 60.37 129.55 -
System Red Green Blue C M Y K H S L
Decimal 204 224 82 0.09 0 0.63 0.12 68.45 0.7 0.6
Hex CC E0 52 9 0 3F C 44 46 3C
Octal 314 340 122 11 0 77 14 104 106 74
Binary 11001100 11100000 1010010 1001 0 111111 1100 1000100 1000110 111100

Color Harmonies of #CCE052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE052

Black with #CCE052

Text Example


Text Example

White with #CCE052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE052; }

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

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

background-color css

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

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

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

border-color css

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

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

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