Html Css Color HEX #CCEA50 Las Palmas

📋 copy color: '#CCEA50'

red 204 ◦ green 234 ◦ blue 80

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

Shades of Las Palmas #CCEA50

Tints of Las Palmas #CCEA50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 15.44%

R = 39.38%
G = 45.17%
B = 15.44%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.66

 K value IS 0.08

RGB Variations

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

Color information

#CCEA50 (or 0xCCEA50) is known color: Las Palmas. HEX triplet: CC, EA and 50. RGB value is (204,234,80). Sum of RGB (Red+Green+Blue) = 204+234+80=518 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.38% from 518); Green value is 234 (91.80% from 255 or 45.17% from 518); Blue value is 80 (31.64% from 255 or 15.44% from 518); Max value from RGB is 234 - color contains mainly: green. Hex color #CCEA50 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCEA50 is #3315AF. Grayscale: #D0D0D0. Windows color (decimal): -3347888 or 5302988. OLE color: 5302988.

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

Color convert

RGB 204 234 80 -
CMYK 0.13 0 0.66 0.08
HSL 71.69º 0.79% 0.62% -
HSV(B) 71.69º 0.66% 0.92% -
XYZ 55.77 72.26 18.6 -
YUV 207.47 56.06 125.52 -
System Red Green Blue C M Y K H S L
Decimal 204 234 80 0.13 0 0.66 0.08 71.69 0.79 0.62
Hex CC EA 50 D 0 42 8 48 4F 3E
Octal 314 352 120 15 0 102 10 110 117 76
Binary 11001100 11101010 1010000 1101 0 1000010 1000 1001000 1001111 111110

Color Harmonies of #CCEA50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEA50

Black with #CCEA50

Text Example


Text Example

White with #CCEA50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEA50; }

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

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

background-color css

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

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

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

border-color css

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

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

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