Html Css Color HEX #CEE144 Las Palmas

📋 copy color: '#CEE144'

red 206 ◦ green 225 ◦ blue 68

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

Shades of Las Palmas #CEE144

Tints of Las Palmas #CEE144

RGB

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

 GREEN value IS 225 (88.28% from 255) = 45.09%

 BLUE value IS 68 (26.95% from 255) = 13.63%

R = 41.28%
G = 45.09%
B = 13.63%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.70

 K value IS 0.12

RGB Variations

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

Color information

#CEE144 (or 0xCEE144) is known color: Las Palmas. HEX triplet: CE, E1 and 44. RGB value is (206,225,68). Sum of RGB (Red+Green+Blue) = 206+225+68=499 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.28% from 499); Green value is 225 (88.28% from 255 or 45.09% from 499); Blue value is 68 (26.95% from 255 or 13.63% from 499); Max value from RGB is 225 - color contains mainly: green. Hex color #CEE144 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEE144 is #311EBB. Grayscale: #CACACA. Windows color (decimal): -3219132 or 4514254. OLE color: 4514254.

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

Color convert

RGB 206 225 68 -
CMYK 0.08 0 0.70 0.12
HSL 67.26º 0.72% 0.57% -
HSV(B) 67.26º 0.7% 0.88% -
XYZ 53.42 67.39 15.66 -
YUV 201.42 52.71 131.27 -
System Red Green Blue C M Y K H S L
Decimal 206 225 68 0.08 0 0.70 0.12 67.26 0.72 0.57
Hex CE E1 44 8 0 46 C 43 48 39
Octal 316 341 104 10 0 106 14 103 110 71
Binary 11001110 11100001 1000100 1000 0 1000110 1100 1000011 1001000 111001

Color Harmonies of #CEE144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE144

Black with #CEE144

Text Example


Text Example

White with #CEE144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE144; }

 p { color: rgb(206,225,68); }

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

background-color css

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

 a { background-color: rgb(206,225,68); }

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

border-color css

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

 span { border-color: rgb(206,225,68); }

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