Html Css Color HEX #CCEA4A Las Palmas

📋 copy color: '#CCEA4A'

red 204 ◦ green 234 ◦ blue 74

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

Shades of Las Palmas #CCEA4A

Tints of Las Palmas #CCEA4A

RGB

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

 GREEN value IS 234 (91.8% from 255) = 45.7%

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

R = 39.84%
G = 45.7%
B = 14.45%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.68

 K value IS 0.08

RGB Variations

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

Color information

#CCEA4A (or 0xCCEA4A) is known color: Las Palmas. HEX triplet: CC, EA and 4A. RGB value is (204,234,74). Sum of RGB (Red+Green+Blue) = 204+234+74=512 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.84% from 512); Green value is 234 (91.80% from 255 or 45.70% from 512); Blue value is 74 (29.30% from 255 or 14.45% from 512); Max value from RGB is 234 - color contains mainly: green. Hex color #CCEA4A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCEA4A is #3315B5. Grayscale: #CFCFCF. Windows color (decimal): -3347894 or 4909772. OLE color: 4909772.

HSL color Cylindrical-coordinate representation of color #CCEA4A: hue angle of 71.25º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CCEA4A is Cyan = 0.13, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.08.

Color convert

RGB 204 234 74 -
CMYK 0.13 0 0.68 0.08
HSL 71.25º 0.79% 0.6% -
HSV(B) 71.25º 0.68% 0.92% -
XYZ 55.56 72.18 17.48 -
YUV 206.79 53.06 126.01 -
System Red Green Blue C M Y K H S L
Decimal 204 234 74 0.13 0 0.68 0.08 71.25 0.79 0.6
Hex CC EA 4A D 0 44 8 47 4F 3C
Octal 314 352 112 15 0 104 10 107 117 74
Binary 11001100 11101010 1001010 1101 0 1000100 1000 1000111 1001111 111100

Color Harmonies of #CCEA4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEA4A

Black with #CCEA4A

Text Example


Text Example

White with #CCEA4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEA4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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