Html Css Color HEX #CEE342 Las Palmas

📋 copy color: '#CEE342'

red 206 ◦ green 227 ◦ blue 66

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

Shades of Las Palmas #CEE342

Tints of Las Palmas #CEE342

RGB

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

 GREEN value IS 227 (89.06% from 255) = 45.49%

 BLUE value IS 66 (26.17% from 255) = 13.23%

R = 41.28%
G = 45.49%
B = 13.23%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.71

 K value IS 0.11

RGB Variations

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

Color information

#CEE342 (or 0xCEE342) is known color: Las Palmas. HEX triplet: CE, E3 and 42. RGB value is (206,227,66). Sum of RGB (Red+Green+Blue) = 206+227+66=499 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.28% from 499); Green value is 227 (89.06% from 255 or 45.49% from 499); Blue value is 66 (26.17% from 255 or 13.23% from 499); Max value from RGB is 227 - color contains mainly: green. Hex color #CEE342 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEE342 is #311CBD. Grayscale: #CACACA. Windows color (decimal): -3218622 or 4383694. OLE color: 4383694.

HSL color Cylindrical-coordinate representation of color #CEE342: hue angle of 67.83º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CEE342 is Cyan = 0.09, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.11.

Color convert

RGB 206 227 66 -
CMYK 0.09 0 0.71 0.11
HSL 67.83º 0.74% 0.57% -
HSV(B) 67.83º 0.71% 0.89% -
XYZ 53.91 68.45 15.53 -
YUV 202.37 51.04 130.59 -
System Red Green Blue C M Y K H S L
Decimal 206 227 66 0.09 0 0.71 0.11 67.83 0.74 0.57
Hex CE E3 42 9 0 47 B 44 4A 39
Octal 316 343 102 11 0 107 13 104 112 71
Binary 11001110 11100011 1000010 1001 0 1000111 1011 1000100 1001010 111001

Color Harmonies of #CEE342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE342

Black with #CEE342

Text Example


Text Example

White with #CEE342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE342; }

 p { color: rgb(206,227,66); }

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

background-color css

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

 a { background-color: rgb(206,227,66); }

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

border-color css

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

 span { border-color: rgb(206,227,66); }

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