#BDFB7F

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

Shades of Sulu #BDFB7F

Tints of Sulu #BDFB7F

Color information

#BDFB7F (or 0xBDFB7F) is unknown color: approx Sulu. HEX triplet: BD, FB and 7F. RGB value is (189,251,127). Sum of RGB (Red+Green+Blue) = 189+251+127=567 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.33% from 567); Green value is 251 (98.44% from 255 or 44.27% from 567); Blue value is 127 (50% from 255 or 22.40% from 567); Max value from RGB is 251 - color contains mainly: green. Hex color #BDFB7F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDFB7F is #420480. Grayscale: #DADADA. Windows color (decimal): -4326529 or 8387517. OLE color: 8387517.

HSL color Cylindrical-coordinate representation of color #BDFB7F: hue angle of 90º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BDFB7F is Cyan = 0.25, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB189251127-
CMYK0.2500.490.02
HSL90º93.94%74.12%-
HSV(B)90º49.4%98.43%-
XYZ59.3181.3532.65-
YUV218.3376.46107.08-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.33%
GREEN value IS 251 (98.44% from 255) = 44.27%
BLUE value IS 127 (50% from 255) = 22.40%
R=33.33%
G=44.27%
B=22.40%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1892511270.2500.490.029093.9474.12
HexBDFB7F1903125a5e4a
Octal275373177310612132136112
Binary1011110111111011111111111001011000110101101010111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFB7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFB7F; }

 p { color: rgb(189,251,127); }

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

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

 a { background-color: rgb(189,251,127); }

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

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

 span { border-color: rgb(189,251,127); }

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