#BDFC81

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

Shades of Sulu #BDFC81

Tints of Sulu #BDFC81

Color information

#BDFC81 (or 0xBDFC81) is unknown color: approx Sulu. HEX triplet: BD, FC and 81. RGB value is (189,252,129). Sum of RGB (Red+Green+Blue) = 189+252+129=570 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.16% from 570); Green value is 252 (98.83% from 255 or 44.21% from 570); Blue value is 129 (50.78% from 255 or 22.63% from 570); Max value from RGB is 252 - color contains mainly: green. Hex color #BDFC81 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDFC81 is #42037E. Grayscale: #DBDBDB. Windows color (decimal): -4326271 or 8518845. OLE color: 8518845.

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

Color convert

RGB189252129-
CMYK0.2500.490.01
HSL90.73º95.35%74.71%-
HSV(B)90.73º48.81%98.82%-
XYZ59.7682.0233.45-
YUV219.1477.13106.5-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.16%
GREEN value IS 252 (98.83% from 255) = 44.21%
BLUE value IS 129 (50.78% from 255) = 22.63%
R=33.16%
G=44.21%
B=22.63%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1892521290.2500.490.0190.7395.3574.71
HexBDFC811903115b5f4b
Octal275374201310611133137113
Binary1011110111111100100000011100101100011101101110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFC81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFC81; }

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

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

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

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

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

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

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

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