Html Css Color HEX #CEE049 Las Palmas

📋 copy color: '#CEE049'

red 206 ◦ green 224 ◦ blue 73

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

Shades of Las Palmas #CEE049

Tints of Las Palmas #CEE049

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 14.51%

R = 40.95%
G = 44.53%
B = 14.51%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#CEE049 (or 0xCEE049) is known color: Las Palmas. HEX triplet: CE, E0 and 49. RGB value is (206,224,73). Sum of RGB (Red+Green+Blue) = 206+224+73=503 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.95% from 503); Green value is 224 (87.89% from 255 or 44.53% from 503); Blue value is 73 (28.91% from 255 or 14.51% from 503); Max value from RGB is 224 - color contains mainly: green. Hex color #CEE049 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEE049 is #311FB6. Grayscale: #C9C9C9. Windows color (decimal): -3219383 or 4841678. OLE color: 4841678.

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

Color convert

RGB 206 224 73 -
CMYK 0.08 0 0.67 0.12
HSL 67.15º 0.71% 0.58% -
HSV(B) 67.15º 0.67% 0.88% -
XYZ 53.31 66.91 16.41 -
YUV 201.4 55.54 131.28 -
System Red Green Blue C M Y K H S L
Decimal 206 224 73 0.08 0 0.67 0.12 67.15 0.71 0.58
Hex CE E0 49 8 0 43 C 43 47 3A
Octal 316 340 111 10 0 103 14 103 107 72
Binary 11001110 11100000 1001001 1000 0 1000011 1100 1000011 1000111 111010

Color Harmonies of #CEE049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE049

Black with #CEE049

Text Example


Text Example

White with #CEE049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE049; }

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

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

background-color css

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

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

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

border-color css

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

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

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