#BDFA8B

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

Shades of Sulu #BDFA8B

Tints of Sulu #BDFA8B

Color information

#BDFA8B (or 0xBDFA8B) is unknown color: approx Sulu. HEX triplet: BD, FA and 8B. RGB value is (189,250,139). Sum of RGB (Red+Green+Blue) = 189+250+139=578 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.70% from 578); Green value is 250 (98.05% from 255 or 43.25% from 578); Blue value is 139 (54.69% from 255 or 24.05% from 578); Max value from RGB is 250 - color contains mainly: green. Hex color #BDFA8B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDFA8B is #420574. Grayscale: #DBDBDB. Windows color (decimal): -4326773 or 9173693. OLE color: 9173693.

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

Color convert

RGB189250139-
CMYK0.2400.440.02
HSL92.97º91.74%76.27%-
HSV(B)92.97º44.4%98.04%-
XYZ59.8381.0536.92-
YUV219.1182.79106.53-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.70%
GREEN value IS 250 (98.05% from 255) = 43.25%
BLUE value IS 139 (54.69% from 255) = 24.05%
R=32.70%
G=43.25%
B=24.05%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1892501390.2400.440.0292.9791.7476.27
HexBDFA8B1802C25d5c4c
Octal275372213300542135134114
Binary10111101111110101000101111000010110010101110110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFA8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFA8B; }

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

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

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

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

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

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

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

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