#CFF686

Color #CFF686 Sulu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sulu #CFF686

Tints of Sulu #CFF686

Color information

#CFF686 (or 0xCFF686) is unknown color: approx Sulu. HEX triplet: CF, F6 and 86. RGB value is (207,246,134). Sum of RGB (Red+Green+Blue) = 207+246+134=587 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.26% from 587); Green value is 246 (96.48% from 255 or 41.91% from 587); Blue value is 134 (52.73% from 255 or 22.83% from 587); Max value from RGB is 246 - color contains mainly: green. Hex color #CFF686 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF686 is #300979. Grayscale: #DDDDDD. Windows color (decimal): -3148154 or 8845007. OLE color: 8845007.

HSL color Cylindrical-coordinate representation of color #CFF686: hue angle of 80.89º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CFF686 is Cyan = 0.16, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.

Color convert

RGB207246134-
CMYK0.1600.460.04
HSL80.89º86.15%74.51%-
HSV(B)80.89º45.53%96.47%-
XYZ62.9980.934.85-
YUV221.5778.58117.61-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.26%
GREEN value IS 246 (96.48% from 255) = 41.91%
BLUE value IS 134 (52.73% from 255) = 22.83%
R=35.26%
G=41.91%
B=22.83%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2072461340.1600.460.0480.8986.1574.51
HexCFF6861002E451564b
Octal317366206200564121126113
Binary110011111111011010000110100000101110100101000110101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF686; }

 p { color: rgb(207,246,134); }

 H1.HeaderClassName
 {
   color: #CFF686;
 }
 .AnyTagClassName
 {
   color: #CFF686;
 }
</style>
background-color css

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

 a { background-color: rgb(207,246,134); }

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

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

 span { border-color: rgb(207,246,134); }

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