Html Css Color HEX #CEE040 Las Palmas

📋 copy color: '#CEE040'

red 206 ◦ green 224 ◦ blue 64

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

Shades of Las Palmas #CEE040

Tints of Las Palmas #CEE040

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 12.96%

R = 41.7%
G = 45.34%
B = 12.96%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#CEE040 (or 0xCEE040) is known color: Las Palmas. HEX triplet: CE, E0 and 40. RGB value is (206,224,64). Sum of RGB (Red+Green+Blue) = 206+224+64=494 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.70% from 494); Green value is 224 (87.89% from 255 or 45.34% from 494); Blue value is 64 (25.39% from 255 or 12.96% from 494); Max value from RGB is 224 - color contains mainly: green. Hex color #CEE040 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEE040 is #311FBF. Grayscale: #C8C8C8. Windows color (decimal): -3219392 or 4251854. OLE color: 4251854.

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

Color convert

RGB 206 224 64 -
CMYK 0.08 0 0.71 0.12
HSL 66.75º 0.72% 0.56% -
HSV(B) 66.75º 0.71% 0.88% -
XYZ 53.03 66.8 14.95 -
YUV 200.38 51.04 132.01 -
System Red Green Blue C M Y K H S L
Decimal 206 224 64 0.08 0 0.71 0.12 66.75 0.72 0.56
Hex CE E0 40 8 0 47 C 43 48 38
Octal 316 340 100 10 0 107 14 103 110 70
Binary 11001110 11100000 1000000 1000 0 1000111 1100 1000011 1001000 111000

Color Harmonies of #CEE040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE040

Black with #CEE040

Text Example


Text Example

White with #CEE040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE040; }

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

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

background-color css

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

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

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

border-color css

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

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

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