Html Css Color HEX #CCE144 Las Palmas

📋 copy color: '#CCE144'

red 204 ◦ green 225 ◦ blue 68

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

Shades of Las Palmas #CCE144

Tints of Las Palmas #CCE144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 13.68%

R = 41.05%
G = 45.27%
B = 13.68%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.70

 K value IS 0.12

RGB Variations

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

Color information

#CCE144 (or 0xCCE144) is known color: Las Palmas. HEX triplet: CC, E1 and 44. RGB value is (204,225,68). Sum of RGB (Red+Green+Blue) = 204+225+68=497 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.05% from 497); Green value is 225 (88.28% from 255 or 45.27% from 497); Blue value is 68 (26.95% from 255 or 13.68% from 497); Max value from RGB is 225 - color contains mainly: green. Hex color #CCE144 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCE144 is #331EBB. Grayscale: #C9C9C9. Windows color (decimal): -3350204 or 4514252. OLE color: 4514252.

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

Color convert

RGB 204 225 68 -
CMYK 0.09 0 0.70 0.12
HSL 68.03º 0.72% 0.57% -
HSV(B) 68.03º 0.7% 0.88% -
XYZ 52.87 67.11 15.63 -
YUV 200.82 53.04 130.27 -
System Red Green Blue C M Y K H S L
Decimal 204 225 68 0.09 0 0.70 0.12 68.03 0.72 0.57
Hex CC E1 44 9 0 46 C 44 48 39
Octal 314 341 104 11 0 106 14 104 110 71
Binary 11001100 11100001 1000100 1001 0 1000110 1100 1000100 1001000 111001

Color Harmonies of #CCE144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE144

Black with #CCE144

Text Example


Text Example

White with #CCE144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE144; }

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

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

background-color css

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

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

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

border-color css

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

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

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