Html Css Color HEX #CEF08C Sulu

📋 copy color: '#CEF08C'

red 206 ◦ green 240 ◦ blue 140

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

Shades of Sulu #CEF08C

Tints of Sulu #CEF08C

RGB

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

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

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

R = 35.15%
G = 40.96%
B = 23.89%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#CEF08C (or 0xCEF08C) is known color: Sulu. HEX triplet: CE, F0 and 8C. RGB value is (206,240,140). Sum of RGB (Red+Green+Blue) = 206+240+140=586 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.15% from 586); Green value is 240 (94.14% from 255 or 40.96% from 586); Blue value is 140 (55.08% from 255 or 23.89% from 586); Max value from RGB is 240 - color contains mainly: green. Hex color #CEF08C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF08C is #310F73. Grayscale: #DADADA. Windows color (decimal): -3215220 or 9236686. OLE color: 9236686.

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

Color convert

RGB 206 240 140 -
CMYK 0.14 0 0.42 0.06
HSL 80.4º 0.77% 0.75% -
HSV(B) 80.4º 0.42% 0.94% -
XYZ 61.35 77.34 36.5 -
YUV 218.43 83.74 119.13 -
System Red Green Blue C M Y K H S L
Decimal 206 240 140 0.14 0 0.42 0.06 80.4 0.77 0.75
Hex CE F0 8C E 0 2A 6 50 4D 4B
Octal 316 360 214 16 0 52 6 120 115 113
Binary 11001110 11110000 10001100 1110 0 101010 110 1010000 1001101 1001011

Color Harmonies of #CEF08C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF08C

Black with #CEF08C

Text Example


Text Example

White with #CEF08C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF08C; }

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

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

background-color css

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

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

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

border-color css

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

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

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