Html Css Color HEX #CEE04E Las Palmas

📋 copy color: '#CEE04E'

red 206 ◦ green 224 ◦ blue 78

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

Shades of Las Palmas #CEE04E

Tints of Las Palmas #CEE04E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 15.35%

R = 40.55%
G = 44.09%
B = 15.35%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.65

 K value IS 0.12

RGB Variations

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

Color information

#CEE04E (or 0xCEE04E) is known color: Las Palmas. HEX triplet: CE, E0 and 4E. RGB value is (206,224,78). Sum of RGB (Red+Green+Blue) = 206+224+78=508 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.55% from 508); Green value is 224 (87.89% from 255 or 44.09% from 508); Blue value is 78 (30.86% from 255 or 15.35% from 508); Max value from RGB is 224 - color contains mainly: green. Hex color #CEE04E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEE04E is #311FB1. Grayscale: #CACACA. Windows color (decimal): -3219378 or 5169358. OLE color: 5169358.

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

Color convert

RGB 206 224 78 -
CMYK 0.08 0 0.65 0.12
HSL 67.4º 0.7% 0.59% -
HSV(B) 67.4º 0.65% 0.88% -
XYZ 53.48 66.98 17.32 -
YUV 201.97 58.04 130.87 -
System Red Green Blue C M Y K H S L
Decimal 206 224 78 0.08 0 0.65 0.12 67.4 0.7 0.59
Hex CE E0 4E 8 0 41 C 43 46 3B
Octal 316 340 116 10 0 101 14 103 106 73
Binary 11001110 11100000 1001110 1000 0 1000001 1100 1000011 1000110 111011

Color Harmonies of #CEE04E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE04E

Black with #CEE04E

Text Example


Text Example

White with #CEE04E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE04E; }

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

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

background-color css

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

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

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

border-color css

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

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

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