Html Css Color HEX #CCE54A Las Palmas

📋 copy color: '#CCE54A'

red 204 ◦ green 229 ◦ blue 74

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

Shades of Las Palmas #CCE54A

Tints of Las Palmas #CCE54A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 14.6%

R = 40.24%
G = 45.17%
B = 14.6%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.68

 K value IS 0.10

RGB Variations

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

Color information

#CCE54A (or 0xCCE54A) is known color: Las Palmas. HEX triplet: CC, E5 and 4A. RGB value is (204,229,74). Sum of RGB (Red+Green+Blue) = 204+229+74=507 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.24% from 507); Green value is 229 (89.84% from 255 or 45.17% from 507); Blue value is 74 (29.30% from 255 or 14.60% from 507); Max value from RGB is 229 - color contains mainly: green. Hex color #CCE54A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCE54A is #331AB5. Grayscale: #CCCCCC. Windows color (decimal): -3349174 or 4908492. OLE color: 4908492.

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

Color convert

RGB 204 229 74 -
CMYK 0.11 0 0.68 0.10
HSL 69.68º 0.75% 0.59% -
HSV(B) 69.68º 0.68% 0.9% -
XYZ 54.16 69.37 17.01 -
YUV 203.86 54.72 128.1 -
System Red Green Blue C M Y K H S L
Decimal 204 229 74 0.11 0 0.68 0.10 69.68 0.75 0.59
Hex CC E5 4A B 0 44 A 46 4B 3B
Octal 314 345 112 13 0 104 12 106 113 73
Binary 11001100 11100101 1001010 1011 0 1000100 1010 1000110 1001011 111011

Color Harmonies of #CCE54A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE54A

Black with #CCE54A

Text Example


Text Example

White with #CCE54A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE54A; }

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

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

background-color css

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

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

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

border-color css

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

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

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