Html Css Color HEX #CCE145 Las Palmas

📋 copy color: '#CCE145'

red 204 ◦ green 225 ◦ blue 69

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

Shades of Las Palmas #CCE145

Tints of Las Palmas #CCE145

RGB

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

 GREEN value IS 225 (88.28% from 255) = 45.18%

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

R = 40.96%
G = 45.18%
B = 13.86%

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

#CCE145 (or 0xCCE145) is known color: Las Palmas. HEX triplet: CC, E1 and 45. RGB value is (204,225,69). Sum of RGB (Red+Green+Blue) = 204+225+69=498 (65% of max value = 765). Red value is 204 (80.08% from 255 or 40.96% from 498); Green value is 225 (88.28% from 255 or 45.18% from 498); Blue value is 69 (27.34% from 255 or 13.86% from 498); Max value from RGB is 225 - color contains mainly: green. Hex color #CCE145 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCE145 is #331EBA. Grayscale: #C9C9C9. Windows color (decimal): -3350203 or 4579788. OLE color: 4579788.

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

Color convert

RGB 204 225 69 -
CMYK 0.09 0 0.69 0.12
HSL 68.08º 0.72% 0.58% -
HSV(B) 68.08º 0.69% 0.88% -
XYZ 52.9 67.12 15.8 -
YUV 200.94 53.54 130.18 -
System Red Green Blue C M Y K H S L
Decimal 204 225 69 0.09 0 0.69 0.12 68.08 0.72 0.58
Hex CC E1 45 9 0 45 C 44 48 3A
Octal 314 341 105 11 0 105 14 104 110 72
Binary 11001100 11100001 1000101 1001 0 1000101 1100 1000100 1001000 111010

Color Harmonies of #CCE145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE145

Black with #CCE145

Text Example


Text Example

White with #CCE145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE145; }

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

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

background-color css

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

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

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

border-color css

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

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

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