Html Css Color HEX #CEE047 Las Palmas

📋 copy color: '#CEE047'

red 206 ◦ green 224 ◦ blue 71

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

Shades of Las Palmas #CEE047

Tints of Las Palmas #CEE047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 14.17%

R = 41.12%
G = 44.71%
B = 14.17%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#CEE047 (or 0xCEE047) is known color: Las Palmas. HEX triplet: CE, E0 and 47. RGB value is (206,224,71). Sum of RGB (Red+Green+Blue) = 206+224+71=501 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.12% from 501); Green value is 224 (87.89% from 255 or 44.71% from 501); Blue value is 71 (28.12% from 255 or 14.17% from 501); Max value from RGB is 224 - color contains mainly: green. Hex color #CEE047 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEE047 is #311FB8. Grayscale: #C9C9C9. Windows color (decimal): -3219385 or 4710606. OLE color: 4710606.

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

Color convert

RGB 206 224 71 -
CMYK 0.08 0 0.68 0.12
HSL 67.06º 0.71% 0.58% -
HSV(B) 67.06º 0.68% 0.88% -
XYZ 53.25 66.89 16.07 -
YUV 201.18 54.54 131.44 -
System Red Green Blue C M Y K H S L
Decimal 206 224 71 0.08 0 0.68 0.12 67.06 0.71 0.58
Hex CE E0 47 8 0 44 C 43 47 3A
Octal 316 340 107 10 0 104 14 103 107 72
Binary 11001110 11100000 1000111 1000 0 1000100 1100 1000011 1000111 111010

Color Harmonies of #CEE047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE047

Black with #CEE047

Text Example


Text Example

White with #CEE047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE047; }

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

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

background-color css

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

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

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

border-color css

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

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

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