Html Css Color HEX #CEF186 Sulu

📋 copy color: '#CEF186'

red 206 ◦ green 241 ◦ blue 134

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

Shades of Sulu #CEF186

Tints of Sulu #CEF186

RGB

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

 GREEN value IS 241 (94.53% from 255) = 41.48%

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

R = 35.46%
G = 41.48%
B = 23.06%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#CEF186 (or 0xCEF186) is known color: Sulu. HEX triplet: CE, F1 and 86. RGB value is (206,241,134). Sum of RGB (Red+Green+Blue) = 206+241+134=581 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.46% from 581); Green value is 241 (94.53% from 255 or 41.48% from 581); Blue value is 134 (52.73% from 255 or 23.06% from 581); Max value from RGB is 241 - color contains mainly: green. Hex color #CEF186 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF186 is #310E79. Grayscale: #DADADA. Windows color (decimal): -3214970 or 8843726. OLE color: 8843726.

HSL color Cylindrical-coordinate representation of color #CEF186: hue angle of 79.63º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CEF186 is Cyan = 0.15, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.

Color convert

RGB 206 241 134 -
CMYK 0.15 0 0.44 0.05
HSL 79.63º 0.79% 0.74% -
HSV(B) 79.63º 0.44% 0.95% -
XYZ 61.21 77.75 34.34 -
YUV 218.34 80.4 119.2 -
System Red Green Blue C M Y K H S L
Decimal 206 241 134 0.15 0 0.44 0.05 79.63 0.79 0.74
Hex CE F1 86 F 0 2C 5 50 4F 4A
Octal 316 361 206 17 0 54 5 120 117 112
Binary 11001110 11110001 10000110 1111 0 101100 101 1010000 1001111 1001010

Color Harmonies of #CEF186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF186

Black with #CEF186

Text Example


Text Example

White with #CEF186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF186; }

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

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

background-color css

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

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

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

border-color css

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

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

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