Html Css Color HEX #CEE444 Las Palmas

📋 copy color: '#CEE444'

red 206 ◦ green 228 ◦ blue 68

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

Shades of Las Palmas #CEE444

Tints of Las Palmas #CEE444

RGB

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

 GREEN value IS 228 (89.45% from 255) = 45.42%

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

R = 41.04%
G = 45.42%
B = 13.55%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.70

 K value IS 0.11

RGB Variations

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

Color information

#CEE444 (or 0xCEE444) is known color: Las Palmas. HEX triplet: CE, E4 and 44. RGB value is (206,228,68). Sum of RGB (Red+Green+Blue) = 206+228+68=502 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.04% from 502); Green value is 228 (89.45% from 255 or 45.42% from 502); Blue value is 68 (26.95% from 255 or 13.55% from 502); Max value from RGB is 228 - color contains mainly: green. Hex color #CEE444 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEE444 is #311BBB. Grayscale: #CBCBCB. Windows color (decimal): -3218364 or 4515022. OLE color: 4515022.

HSL color Cylindrical-coordinate representation of color #CEE444: hue angle of 68.25º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CEE444 is Cyan = 0.10, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.11.

Color convert

RGB 206 228 68 -
CMYK 0.10 0 0.70 0.11
HSL 68.25º 0.75% 0.58% -
HSV(B) 68.25º 0.7% 0.89% -
XYZ 54.24 69.03 15.93 -
YUV 203.18 51.71 130.01 -
System Red Green Blue C M Y K H S L
Decimal 206 228 68 0.10 0 0.70 0.11 68.25 0.75 0.58
Hex CE E4 44 A 0 46 B 44 4B 3A
Octal 316 344 104 12 0 106 13 104 113 72
Binary 11001110 11100100 1000100 1010 0 1000110 1011 1000100 1001011 111010

Color Harmonies of #CEE444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE444

Black with #CEE444

Text Example


Text Example

White with #CEE444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE444; }

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

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

background-color css

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

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

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

border-color css

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

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

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