Html Css Color HEX #CEF08B Sulu

📋 copy color: '#CEF08B'

red 206 ◦ green 240 ◦ blue 139

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

Shades of Sulu #CEF08B

Tints of Sulu #CEF08B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 23.76%

R = 35.21%
G = 41.03%
B = 23.76%

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

#CEF08B (or 0xCEF08B) is known color: Sulu. HEX triplet: CE, F0 and 8B. RGB value is (206,240,139). Sum of RGB (Red+Green+Blue) = 206+240+139=585 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.21% from 585); Green value is 240 (94.14% from 255 or 41.03% from 585); Blue value is 139 (54.69% from 255 or 23.76% from 585); Max value from RGB is 240 - color contains mainly: green. Hex color #CEF08B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF08B is #310F74. Grayscale: #DADADA. Windows color (decimal): -3215221 or 9171150. OLE color: 9171150.

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

Color convert

RGB 206 240 139 -
CMYK 0.14 0 0.42 0.06
HSL 80.2º 0.77% 0.74% -
HSV(B) 80.2º 0.42% 0.94% -
XYZ 61.27 77.31 36.12 -
YUV 218.32 83.24 119.21 -
System Red Green Blue C M Y K H S L
Decimal 206 240 139 0.14 0 0.42 0.06 80.2 0.77 0.74
Hex CE F0 8B E 0 2A 6 50 4D 4A
Octal 316 360 213 16 0 52 6 120 115 112
Binary 11001110 11110000 10001011 1110 0 101010 110 1010000 1001101 1001010

Color Harmonies of #CEF08B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF08B

Black with #CEF08B

Text Example


Text Example

White with #CEF08B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF08B; }

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

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

background-color css

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

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

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

border-color css

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

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

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