Html Css Color HEX #CCE540 Las Palmas

📋 copy color: '#CCE540'

red 204 ◦ green 229 ◦ blue 64

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

Shades of Las Palmas #CCE540

Tints of Las Palmas #CCE540

RGB

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

 GREEN value IS 229 (89.84% from 255) = 46.08%

 BLUE value IS 64 (25.39% from 255) = 12.88%

R = 41.05%
G = 46.08%
B = 12.88%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.72

 K value IS 0.10

RGB Variations

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

Color information

#CCE540 (or 0xCCE540) is known color: Las Palmas. HEX triplet: CC, E5 and 40. RGB value is (204,229,64). Sum of RGB (Red+Green+Blue) = 204+229+64=497 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.05% from 497); Green value is 229 (89.84% from 255 or 46.08% from 497); Blue value is 64 (25.39% from 255 or 12.88% from 497); Max value from RGB is 229 - color contains mainly: green. Hex color #CCE540 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCE540 is #331ABF. Grayscale: #CBCBCB. Windows color (decimal): -3349184 or 4253132. OLE color: 4253132.

HSL color Cylindrical-coordinate representation of color #CCE540: hue angle of 69.09º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CCE540 is Cyan = 0.11, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.10.

Color convert

RGB 204 229 64 -
CMYK 0.11 0 0.72 0.10
HSL 69.09º 0.76% 0.57% -
HSV(B) 69.09º 0.72% 0.9% -
XYZ 53.85 69.25 15.38 -
YUV 202.72 49.72 128.92 -
System Red Green Blue C M Y K H S L
Decimal 204 229 64 0.11 0 0.72 0.10 69.09 0.76 0.57
Hex CC E5 40 B 0 48 A 45 4C 39
Octal 314 345 100 13 0 110 12 105 114 71
Binary 11001100 11100101 1000000 1011 0 1001000 1010 1000101 1001100 111001

Color Harmonies of #CCE540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE540

Black with #CCE540

Text Example


Text Example

White with #CCE540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE540; }

 p { color: rgb(204,229,64); }

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

background-color css

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

 a { background-color: rgb(204,229,64); }

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

border-color css

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

 span { border-color: rgb(204,229,64); }

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