#BDFA7D

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

Shades of Sulu #BDFA7D

Tints of Sulu #BDFA7D

Color information

#BDFA7D (or 0xBDFA7D) is unknown color: approx Sulu. HEX triplet: BD, FA and 7D. RGB value is (189,250,125). Sum of RGB (Red+Green+Blue) = 189+250+125=564 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.51% from 564); Green value is 250 (98.05% from 255 or 44.33% from 564); Blue value is 125 (49.22% from 255 or 22.16% from 564); Max value from RGB is 250 - color contains mainly: green. Hex color #BDFA7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDFA7D is #420582. Grayscale: #D9D9D9. Windows color (decimal): -4326787 or 8256189. OLE color: 8256189.

HSL color Cylindrical-coordinate representation of color #BDFA7D: hue angle of 89.28º degrees, saturation: 0.93, 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 #BDFA7D is Cyan = 0.24, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB189250125-
CMYK0.2400.500.02
HSL89.28º92.59%73.53%-
HSV(B)89.28º50%98.04%-
XYZ58.8780.6731.87-
YUV217.5175.79107.66-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.51%
GREEN value IS 250 (98.05% from 255) = 44.33%
BLUE value IS 125 (49.22% from 255) = 22.16%
R=33.51%
G=44.33%
B=22.16%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1892501250.2400.500.0289.2892.5973.53
HexBDFA7D180322595d4a
Octal275372175300622131135112
Binary1011110111111010111110111000011001010101100110111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFA7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFA7D; }

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

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

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

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

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

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

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

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