Html Css Color HEX #CEE18A Sulu

📋 copy color: '#CEE18A'

red 206 ◦ green 225 ◦ blue 138

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

Shades of Sulu #CEE18A

Tints of Sulu #CEE18A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 24.25%

R = 36.2%
G = 39.54%
B = 24.25%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.39

 K value IS 0.12

RGB Variations

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

Color information

#CEE18A (or 0xCEE18A) is known color: Sulu. HEX triplet: CE, E1 and 8A. RGB value is (206,225,138). Sum of RGB (Red+Green+Blue) = 206+225+138=569 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.20% from 569); Green value is 225 (88.28% from 255 or 39.54% from 569); Blue value is 138 (54.30% from 255 or 24.25% from 569); Max value from RGB is 225 - color contains mainly: green. Hex color #CEE18A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEE18A is #311E75. Grayscale: #D1D1D1. Windows color (decimal): -3219062 or 9101774. OLE color: 9101774.

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

Color convert

RGB 206 225 138 -
CMYK 0.08 0 0.39 0.12
HSL 73.1º 0.59% 0.71% -
HSV(B) 73.1º 0.39% 0.88% -
XYZ 56.97 68.81 34.32 -
YUV 209.4 87.71 125.57 -
System Red Green Blue C M Y K H S L
Decimal 206 225 138 0.08 0 0.39 0.12 73.1 0.59 0.71
Hex CE E1 8A 8 0 27 C 49 3B 47
Octal 316 341 212 10 0 47 14 111 73 107
Binary 11001110 11100001 10001010 1000 0 100111 1100 1001001 111011 1000111

Color Harmonies of #CEE18A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE18A

Black with #CEE18A

Text Example


Text Example

White with #CEE18A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE18A; }

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

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

background-color css

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

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

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

border-color css

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

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

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