#BDFC85

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

Shades of Sulu #BDFC85

Tints of Sulu #BDFC85

Color information

#BDFC85 (or 0xBDFC85) is unknown color: approx Sulu. HEX triplet: BD, FC and 85. RGB value is (189,252,133). Sum of RGB (Red+Green+Blue) = 189+252+133=574 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.93% from 574); Green value is 252 (98.83% from 255 or 43.90% from 574); Blue value is 133 (52.34% from 255 or 23.17% from 574); Max value from RGB is 252 - color contains mainly: green. Hex color #BDFC85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDFC85 is #42037A. Grayscale: #DCDCDC. Windows color (decimal): -4326267 or 8780989. OLE color: 8780989.

HSL color Cylindrical-coordinate representation of color #BDFC85: hue angle of 91.76º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BDFC85 is Cyan = 0.25, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.01.

Color convert

RGB189252133-
CMYK0.2500.470.01
HSL91.76º95.2%75.49%-
HSV(B)91.76º47.22%98.82%-
XYZ60.0382.1334.88-
YUV219.679.13106.18-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.93%
GREEN value IS 252 (98.83% from 255) = 43.90%
BLUE value IS 133 (52.34% from 255) = 23.17%
R=32.93%
G=43.90%
B=23.17%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1892521330.2500.470.0191.7695.275.49
HexBDFC851902F15c5f4b
Octal275374205310571134137113
Binary1011110111111100100001011100101011111101110010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFC85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFC85; }

 p { color: rgb(189,252,133); }

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

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

 a { background-color: rgb(189,252,133); }

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

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

 span { border-color: rgb(189,252,133); }

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