Html Css Color HEX #CEEF8B Sulu

📋 copy color: '#CEEF8B'

red 206 ◦ green 239 ◦ blue 139

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

Shades of Sulu #CEEF8B

Tints of Sulu #CEEF8B

RGB

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

 GREEN value IS 239 (93.75% from 255) = 40.92%

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

R = 35.27%
G = 40.92%
B = 23.8%

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

#CEEF8B (or 0xCEEF8B) is known color: Sulu. HEX triplet: CE, EF and 8B. RGB value is (206,239,139). Sum of RGB (Red+Green+Blue) = 206+239+139=584 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.27% from 584); Green value is 239 (93.75% from 255 or 40.92% from 584); Blue value is 139 (54.69% from 255 or 23.80% from 584); Max value from RGB is 239 - color contains mainly: green. Hex color #CEEF8B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEEF8B is #311074. Grayscale: #DADADA. Windows color (decimal): -3215477 or 9170894. OLE color: 9170894.

HSL color Cylindrical-coordinate representation of color #CEEF8B: hue angle of 79.8º degrees, saturation: 0.76, 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 #CEEF8B is Cyan = 0.14, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB 206 239 139 -
CMYK 0.14 0 0.42 0.06
HSL 79.8º 0.76% 0.74% -
HSV(B) 79.8º 0.42% 0.94% -
XYZ 60.98 76.72 36.02 -
YUV 217.73 83.57 119.63 -
System Red Green Blue C M Y K H S L
Decimal 206 239 139 0.14 0 0.42 0.06 79.8 0.76 0.74
Hex CE EF 8B E 0 2A 6 50 4C 4A
Octal 316 357 213 16 0 52 6 120 114 112
Binary 11001110 11101111 10001011 1110 0 101010 110 1010000 1001100 1001010

Color Harmonies of #CEEF8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEEF8B

Black with #CEEF8B

Text Example


Text Example

White with #CEEF8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEEF8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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