Html Css Color HEX #CEE18D Sulu

📋 copy color: '#CEE18D'

red 206 ◦ green 225 ◦ blue 141

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

Shades of Sulu #CEE18D

Tints of Sulu #CEE18D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 24.65%

R = 36.01%
G = 39.34%
B = 24.65%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.37

 K value IS 0.12

RGB Variations

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

Color information

#CEE18D (or 0xCEE18D) is known color: Sulu. HEX triplet: CE, E1 and 8D. RGB value is (206,225,141). Sum of RGB (Red+Green+Blue) = 206+225+141=572 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.01% from 572); Green value is 225 (88.28% from 255 or 39.34% from 572); Blue value is 141 (55.47% from 255 or 24.65% from 572); Max value from RGB is 225 - color contains mainly: green. Hex color #CEE18D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEE18D is #311E72. Grayscale: #D2D2D2. Windows color (decimal): -3219059 or 9298382. OLE color: 9298382.

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

Color convert

RGB 206 225 141 -
CMYK 0.08 0 0.37 0.12
HSL 73.57º 0.58% 0.72% -
HSV(B) 73.57º 0.37% 0.88% -
XYZ 57.19 68.9 35.48 -
YUV 209.74 89.21 125.33 -
System Red Green Blue C M Y K H S L
Decimal 206 225 141 0.08 0 0.37 0.12 73.57 0.58 0.72
Hex CE E1 8D 8 0 25 C 4A 3A 48
Octal 316 341 215 10 0 45 14 112 72 110
Binary 11001110 11100001 10001101 1000 0 100101 1100 1001010 111010 1001000

Color Harmonies of #CEE18D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE18D

Black with #CEE18D

Text Example


Text Example

White with #CEE18D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE18D; }

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

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

background-color css

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

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

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

border-color css

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

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

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