Html Css Color HEX #CCE845 Las Palmas

📋 copy color: '#CCE845'

red 204 ◦ green 232 ◦ blue 69

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

Shades of Las Palmas #CCE845

Tints of Las Palmas #CCE845

RGB

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

 GREEN value IS 232 (91.02% from 255) = 45.94%

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

R = 40.4%
G = 45.94%
B = 13.66%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.70

 K value IS 0.09

RGB Variations

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

Color information

#CCE845 (or 0xCCE845) is known color: Las Palmas. HEX triplet: CC, E8 and 45. RGB value is (204,232,69). Sum of RGB (Red+Green+Blue) = 204+232+69=505 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.40% from 505); Green value is 232 (91.02% from 255 or 45.94% from 505); Blue value is 69 (27.34% from 255 or 13.66% from 505); Max value from RGB is 232 - color contains mainly: green. Hex color #CCE845 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCE845 is #3317BA. Grayscale: #CDCDCD. Windows color (decimal): -3348411 or 4581580. OLE color: 4581580.

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

Color convert

RGB 204 232 69 -
CMYK 0.12 0 0.70 0.09
HSL 70.31º 0.78% 0.59% -
HSV(B) 70.31º 0.7% 0.91% -
XYZ 54.83 70.98 16.44 -
YUV 205.05 51.22 127.25 -
System Red Green Blue C M Y K H S L
Decimal 204 232 69 0.12 0 0.70 0.09 70.31 0.78 0.59
Hex CC E8 45 C 0 46 9 46 4E 3B
Octal 314 350 105 14 0 106 11 106 116 73
Binary 11001100 11101000 1000101 1100 0 1000110 1001 1000110 1001110 111011

Color Harmonies of #CCE845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE845

Black with #CCE845

Text Example


Text Example

White with #CCE845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE845; }

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

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

background-color css

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

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

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

border-color css

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

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

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