Html Css Color HEX #CCE045 Las Palmas

📋 copy color: '#CCE045'

red 204 ◦ green 224 ◦ blue 69

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

Shades of Las Palmas #CCE045

Tints of Las Palmas #CCE045

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 13.88%

R = 41.05%
G = 45.07%
B = 13.88%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.69

 K value IS 0.12

RGB Variations

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

Color information

#CCE045 (or 0xCCE045) is known color: Las Palmas. HEX triplet: CC, E0 and 45. RGB value is (204,224,69). Sum of RGB (Red+Green+Blue) = 204+224+69=497 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.05% from 497); Green value is 224 (87.89% from 255 or 45.07% from 497); Blue value is 69 (27.34% from 255 or 13.88% from 497); Max value from RGB is 224 - color contains mainly: green. Hex color #CCE045 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCE045 is #331FBA. Grayscale: #C8C8C8. Windows color (decimal): -3350459 or 4579532. OLE color: 4579532.

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

Color convert

RGB 204 224 69 -
CMYK 0.09 0 0.69 0.12
HSL 67.74º 0.71% 0.57% -
HSV(B) 67.74º 0.69% 0.88% -
XYZ 52.63 66.58 15.71 -
YUV 200.35 53.87 130.6 -
System Red Green Blue C M Y K H S L
Decimal 204 224 69 0.09 0 0.69 0.12 67.74 0.71 0.57
Hex CC E0 45 9 0 45 C 44 47 39
Octal 314 340 105 11 0 105 14 104 107 71
Binary 11001100 11100000 1000101 1001 0 1000101 1100 1000100 1000111 111001

Color Harmonies of #CCE045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE045

Black with #CCE045

Text Example


Text Example

White with #CCE045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE045; }

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

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

background-color css

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

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

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

border-color css

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

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

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