Html Css Color HEX #CCEC4A Las Palmas

📋 copy color: '#CCEC4A'

red 204 ◦ green 236 ◦ blue 74

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

Shades of Las Palmas #CCEC4A

Tints of Las Palmas #CCEC4A

RGB

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

 GREEN value IS 236 (92.58% from 255) = 45.91%

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

R = 39.69%
G = 45.91%
B = 14.4%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#CCEC4A (or 0xCCEC4A) is known color: Las Palmas. HEX triplet: CC, EC and 4A. RGB value is (204,236,74). Sum of RGB (Red+Green+Blue) = 204+236+74=514 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.69% from 514); Green value is 236 (92.58% from 255 or 45.91% from 514); Blue value is 74 (29.30% from 255 or 14.40% from 514); Max value from RGB is 236 - color contains mainly: green. Hex color #CCEC4A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCEC4A is #3313B5. Grayscale: #D0D0D0. Windows color (decimal): -3347382 or 4910284. OLE color: 4910284.

HSL color Cylindrical-coordinate representation of color #CCEC4A: hue angle of 71.85º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CCEC4A is Cyan = 0.14, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 236 74 -
CMYK 0.14 0 0.69 0.07
HSL 71.85º 0.81% 0.61% -
HSV(B) 71.85º 0.69% 0.93% -
XYZ 56.13 73.32 17.67 -
YUV 207.96 52.4 125.17 -
System Red Green Blue C M Y K H S L
Decimal 204 236 74 0.14 0 0.69 0.07 71.85 0.81 0.61
Hex CC EC 4A E 0 45 7 48 51 3D
Octal 314 354 112 16 0 105 7 110 121 75
Binary 11001100 11101100 1001010 1110 0 1000101 111 1001000 1010001 111101

Color Harmonies of #CCEC4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEC4A

Black with #CCEC4A

Text Example


Text Example

White with #CCEC4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEC4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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