#CFF386

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

Shades of Sulu #CFF386

Tints of Sulu #CFF386

Color information

#CFF386 (or 0xCFF386) is unknown color: approx Sulu. HEX triplet: CF, F3 and 86. RGB value is (207,243,134). Sum of RGB (Red+Green+Blue) = 207+243+134=584 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.45% from 584); Green value is 243 (95.31% from 255 or 41.61% from 584); Blue value is 134 (52.73% from 255 or 22.95% from 584); Max value from RGB is 243 - color contains mainly: green. Hex color #CFF386 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF386 is #300C79. Grayscale: #DCDCDC. Windows color (decimal): -3148922 or 8844239. OLE color: 8844239.

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

Color convert

RGB207243134-
CMYK0.1500.450.05
HSL79.82º81.95%73.92%-
HSV(B)79.82º44.86%95.29%-
XYZ62.0979.0934.55-
YUV219.8179.57118.86-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.45%
GREEN value IS 243 (95.31% from 255) = 41.61%
BLUE value IS 134 (52.73% from 255) = 22.95%
R=35.45%
G=41.61%
B=22.95%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2072431340.1500.450.0579.8281.9573.92
HexCFF386F02D550524a
Octal317363206170555120122112
Binary11001111111100111000011011110101101101101000010100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF386; }

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

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

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

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

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

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

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

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