Html Css Color HEX #CEE18C Sulu

📋 copy color: '#CEE18C'

red 206 ◦ green 225 ◦ blue 140

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

Shades of Sulu #CEE18C

Tints of Sulu #CEE18C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 24.52%

R = 36.08%
G = 39.4%
B = 24.52%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.38

 K value IS 0.12

RGB Variations

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

Color information

#CEE18C (or 0xCEE18C) is known color: Sulu. HEX triplet: CE, E1 and 8C. RGB value is (206,225,140). Sum of RGB (Red+Green+Blue) = 206+225+140=571 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.08% from 571); Green value is 225 (88.28% from 255 or 39.40% from 571); Blue value is 140 (55.08% from 255 or 24.52% from 571); Max value from RGB is 225 - color contains mainly: green. Hex color #CEE18C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEE18C is #311E73. Grayscale: #D1D1D1. Windows color (decimal): -3219060 or 9232846. OLE color: 9232846.

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

Color convert

RGB 206 225 140 -
CMYK 0.08 0 0.38 0.12
HSL 73.41º 0.59% 0.72% -
HSV(B) 73.41º 0.38% 0.88% -
XYZ 57.11 68.87 35.09 -
YUV 209.63 88.71 125.41 -
System Red Green Blue C M Y K H S L
Decimal 206 225 140 0.08 0 0.38 0.12 73.41 0.59 0.72
Hex CE E1 8C 8 0 26 C 49 3B 48
Octal 316 341 214 10 0 46 14 111 73 110
Binary 11001110 11100001 10001100 1000 0 100110 1100 1001001 111011 1001000

Color Harmonies of #CEE18C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE18C

Black with #CEE18C

Text Example


Text Example

White with #CEE18C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE18C; }

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

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

background-color css

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

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

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

border-color css

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

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

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