#CBF986

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

Shades of Sulu #CBF986

Tints of Sulu #CBF986

Color information

#CBF986 (or 0xCBF986) is unknown color: approx Sulu. HEX triplet: CB, F9 and 86. RGB value is (203,249,134). Sum of RGB (Red+Green+Blue) = 203+249+134=586 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.64% from 586); Green value is 249 (97.66% from 255 or 42.49% from 586); Blue value is 134 (52.73% from 255 or 22.87% from 586); Max value from RGB is 249 - color contains mainly: green. Hex color #CBF986 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBF986 is #340679. Grayscale: #DEDEDE. Windows color (decimal): -3409530 or 8845771. OLE color: 8845771.

HSL color Cylindrical-coordinate representation of color #CBF986: hue angle of 84º 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 #CBF986 is Cyan = 0.18, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.02.

Color convert

RGB203249134-
CMYK0.1800.460.02
HSL84º90.55%75.1%-
HSV(B)84º46.18%97.65%-
XYZ62.8182.1735.1-
YUV222.1478.26114.35-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.64%
GREEN value IS 249 (97.66% from 255) = 42.49%
BLUE value IS 134 (52.73% from 255) = 22.87%
R=34.64%
G=42.49%
B=22.87%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2032491340.1800.460.028490.5575.1
HexCBF9861202E2545b4b
Octal313371206220562124133113
Binary11001011111110011000011010010010111010101010010110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF986; }

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

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

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

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

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

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

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

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