Html Css Color HEX #CCE850 Las Palmas

📋 copy color: '#CCE850'

red 204 ◦ green 232 ◦ blue 80

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

Shades of Las Palmas #CCE850

Tints of Las Palmas #CCE850

RGB

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

 GREEN value IS 232 (91.02% from 255) = 44.96%

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

R = 39.53%
G = 44.96%
B = 15.5%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.66

 K value IS 0.09

RGB Variations

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

Color information

#CCE850 (or 0xCCE850) is known color: Las Palmas. HEX triplet: CC, E8 and 50. RGB value is (204,232,80). Sum of RGB (Red+Green+Blue) = 204+232+80=516 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.53% from 516); Green value is 232 (91.02% from 255 or 44.96% from 516); Blue value is 80 (31.64% from 255 or 15.50% from 516); Max value from RGB is 232 - color contains mainly: green. Hex color #CCE850 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCE850 is #3317AF. Grayscale: #CECECE. Windows color (decimal): -3348400 or 5302476. OLE color: 5302476.

HSL color Cylindrical-coordinate representation of color #CCE850: hue angle of 71.05º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CCE850 is Cyan = 0.12, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.09.

Color convert

RGB 204 232 80 -
CMYK 0.12 0 0.66 0.09
HSL 71.05º 0.77% 0.61% -
HSV(B) 71.05º 0.66% 0.91% -
XYZ 55.21 71.13 18.41 -
YUV 206.3 56.72 126.36 -
System Red Green Blue C M Y K H S L
Decimal 204 232 80 0.12 0 0.66 0.09 71.05 0.77 0.61
Hex CC E8 50 C 0 42 9 47 4D 3D
Octal 314 350 120 14 0 102 11 107 115 75
Binary 11001100 11101000 1010000 1100 0 1000010 1001 1000111 1001101 111101

Color Harmonies of #CCE850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE850

Black with #CCE850

Text Example


Text Example

White with #CCE850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE850; }

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

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

background-color css

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

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

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

border-color css

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

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

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