Html Css Color HEX #CEE050 Las Palmas

📋 copy color: '#CEE050'

red 206 ◦ green 224 ◦ blue 80

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

Shades of Las Palmas #CEE050

Tints of Las Palmas #CEE050

RGB

 RED value IS 206 (80.86% from 255) = 40.39%

 GREEN value IS 224 (87.89% from 255) = 43.92%

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

R = 40.39%
G = 43.92%
B = 15.69%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#CEE050 (or 0xCEE050) is known color: Las Palmas. HEX triplet: CE, E0 and 50. RGB value is (206,224,80). Sum of RGB (Red+Green+Blue) = 206+224+80=510 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.39% from 510); Green value is 224 (87.89% from 255 or 43.92% from 510); Blue value is 80 (31.64% from 255 or 15.69% from 510); Max value from RGB is 224 - color contains mainly: green. Hex color #CEE050 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEE050 is #311FAF. Grayscale: #CACACA. Windows color (decimal): -3219376 or 5300430. OLE color: 5300430.

HSL color Cylindrical-coordinate representation of color #CEE050: hue angle of 67.5º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CEE050 is Cyan = 0.08, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.

Color convert

RGB 206 224 80 -
CMYK 0.08 0 0.64 0.12
HSL 67.5º 0.7% 0.6% -
HSV(B) 67.5º 0.64% 0.88% -
XYZ 53.56 67.01 17.7 -
YUV 202.2 59.04 130.71 -
System Red Green Blue C M Y K H S L
Decimal 206 224 80 0.08 0 0.64 0.12 67.5 0.7 0.6
Hex CE E0 50 8 0 40 C 44 46 3C
Octal 316 340 120 10 0 100 14 104 106 74
Binary 11001110 11100000 1010000 1000 0 1000000 1100 1000100 1000110 111100

Color Harmonies of #CEE050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE050

Black with #CEE050

Text Example


Text Example

White with #CEE050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE050; }

 p { color: rgb(206,224,80); }

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

background-color css

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

 a { background-color: rgb(206,224,80); }

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

border-color css

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

 span { border-color: rgb(206,224,80); }

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