Html Css Color HEX #CEF986 Sulu

📋 copy color: '#CEF986'

red 206 ◦ green 249 ◦ blue 134

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

Shades of Sulu #CEF986

Tints of Sulu #CEF986

RGB

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

 GREEN value IS 249 (97.66% from 255) = 42.28%

 BLUE value IS 134 (52.73% from 255) = 22.75%

R = 34.97%
G = 42.28%
B = 22.75%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.46

 K value IS 0.02

RGB Variations

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

Color information

#CEF986 (or 0xCEF986) is known color: Sulu. HEX triplet: CE, F9 and 86. RGB value is (206,249,134). Sum of RGB (Red+Green+Blue) = 206+249+134=589 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.97% from 589); Green value is 249 (97.66% from 255 or 42.28% from 589); Blue value is 134 (52.73% from 255 or 22.75% from 589); Max value from RGB is 249 - color contains mainly: green. Hex color #CEF986 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF986 is #310679. Grayscale: #DFDFDF. Windows color (decimal): -3212922 or 8845774. OLE color: 8845774.

HSL color Cylindrical-coordinate representation of color #CEF986: hue angle of 82.43º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CEF986 is Cyan = 0.17, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.02.

Color convert

RGB 206 249 134 -
CMYK 0.17 0 0.46 0.02
HSL 82.43º 0.91% 0.75% -
HSV(B) 82.43º 0.46% 0.98% -
XYZ 63.63 82.59 35.14 -
YUV 223.03 77.75 115.85 -
System Red Green Blue C M Y K H S L
Decimal 206 249 134 0.17 0 0.46 0.02 82.43 0.91 0.75
Hex CE F9 86 11 0 2E 2 52 5B 4B
Octal 316 371 206 21 0 56 2 122 133 113
Binary 11001110 11111001 10000110 10001 0 101110 10 1010010 1011011 1001011

Color Harmonies of #CEF986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF986

Black with #CEF986

Text Example


Text Example

White with #CEF986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF986; }

 p { color: rgb(206,249,134); }

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

background-color css

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

 a { background-color: rgb(206,249,134); }

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

border-color css

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

 span { border-color: rgb(206,249,134); }

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