#BDFA7A

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

Shades of Sulu #BDFA7A

Tints of Sulu #BDFA7A

Color information

#BDFA7A (or 0xBDFA7A) is unknown color: approx Sulu. HEX triplet: BD, FA and 7A. RGB value is (189,250,122). Sum of RGB (Red+Green+Blue) = 189+250+122=561 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.69% from 561); Green value is 250 (98.05% from 255 or 44.56% from 561); Blue value is 122 (48.05% from 255 or 21.75% from 561); Max value from RGB is 250 - color contains mainly: green. Hex color #BDFA7A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDFA7A is #420585. Grayscale: #D9D9D9. Windows color (decimal): -4326790 or 8059581. OLE color: 8059581.

HSL color Cylindrical-coordinate representation of color #BDFA7A: hue angle of 88.59º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BDFA7A is Cyan = 0.24, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.

Color convert

RGB189250122-
CMYK0.2400.510.02
HSL88.59º92.75%72.94%-
HSV(B)88.59º51.2%98.04%-
XYZ58.6880.630.88-
YUV217.1774.29107.91-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.69%
GREEN value IS 250 (98.05% from 255) = 44.56%
BLUE value IS 122 (48.05% from 255) = 21.75%
R=33.69%
G=44.56%
B=21.75%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1892501220.2400.510.0288.5992.7572.94
HexBDFA7A180332595d49
Octal275372172300632131135111
Binary1011110111111010111101011000011001110101100110111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFA7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFA7A; }

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

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

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

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

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

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

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

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