#BDFB7D

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

Shades of Sulu #BDFB7D

Tints of Sulu #BDFB7D

Color information

#BDFB7D (or 0xBDFB7D) is unknown color: approx Sulu. HEX triplet: BD, FB and 7D. RGB value is (189,251,125). Sum of RGB (Red+Green+Blue) = 189+251+125=565 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.45% from 565); Green value is 251 (98.44% from 255 or 44.42% from 565); Blue value is 125 (49.22% from 255 or 22.12% from 565); Max value from RGB is 251 - color contains mainly: green. Hex color #BDFB7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDFB7D is #420482. Grayscale: #DADADA. Windows color (decimal): -4326531 or 8256445. OLE color: 8256445.

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

Color convert

RGB189251125-
CMYK0.2500.500.02
HSL89.52º94.03%73.73%-
HSV(B)89.52º50.2%98.43%-
XYZ59.1981.2931.97-
YUV218.175.46107.25-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.45%
GREEN value IS 251 (98.44% from 255) = 44.42%
BLUE value IS 125 (49.22% from 255) = 22.12%
R=33.45%
G=44.42%
B=22.12%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1892511250.2500.500.0289.5294.0373.73
HexBDFB7D1903225a5e4a
Octal275373175310622132136112
Binary1011110111111011111110111001011001010101101010111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFB7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFB7D; }

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

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

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

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

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

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

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

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