Html Css Color HEX #CEF08E Sulu

📋 copy color: '#CEF08E'

red 206 ◦ green 240 ◦ blue 142

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

Shades of Sulu #CEF08E

Tints of Sulu #CEF08E

RGB

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

 GREEN value IS 240 (94.14% from 255) = 40.82%

 BLUE value IS 142 (55.86% from 255) = 24.15%

R = 35.03%
G = 40.82%
B = 24.15%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#CEF08E (or 0xCEF08E) is known color: Sulu. HEX triplet: CE, F0 and 8E. RGB value is (206,240,142). Sum of RGB (Red+Green+Blue) = 206+240+142=588 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.03% from 588); Green value is 240 (94.14% from 255 or 40.82% from 588); Blue value is 142 (55.86% from 255 or 24.15% from 588); Max value from RGB is 240 - color contains mainly: green. Hex color #CEF08E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF08E is #310F71. Grayscale: #DBDBDB. Windows color (decimal): -3215218 or 9367758. OLE color: 9367758.

HSL color Cylindrical-coordinate representation of color #CEF08E: hue angle of 80.82º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CEF08E is Cyan = 0.14, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB 206 240 142 -
CMYK 0.14 0 0.41 0.06
HSL 80.82º 0.77% 0.75% -
HSV(B) 80.82º 0.41% 0.94% -
XYZ 61.5 77.39 37.29 -
YUV 218.66 84.74 118.97 -
System Red Green Blue C M Y K H S L
Decimal 206 240 142 0.14 0 0.41 0.06 80.82 0.77 0.75
Hex CE F0 8E E 0 29 6 51 4D 4B
Octal 316 360 216 16 0 51 6 121 115 113
Binary 11001110 11110000 10001110 1110 0 101001 110 1010001 1001101 1001011

Color Harmonies of #CEF08E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF08E

Black with #CEF08E

Text Example


Text Example

White with #CEF08E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF08E; }

 p { color: rgb(206,240,142); }

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

background-color css

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

 a { background-color: rgb(206,240,142); }

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

border-color css

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

 span { border-color: rgb(206,240,142); }

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