#BDFA79

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

Shades of Sulu #BDFA79

Tints of Sulu #BDFA79

Color information

#BDFA79 (or 0xBDFA79) is unknown color: approx Sulu. HEX triplet: BD, FA and 79. RGB value is (189,250,121). Sum of RGB (Red+Green+Blue) = 189+250+121=560 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.75% from 560); Green value is 250 (98.05% from 255 or 44.64% from 560); Blue value is 121 (47.66% from 255 or 21.61% from 560); Max value from RGB is 250 - color contains mainly: green. Hex color #BDFA79 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDFA79 is #420586. Grayscale: #D9D9D9. Windows color (decimal): -4326791 or 7994045. OLE color: 7994045.

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

Color convert

RGB189250121-
CMYK0.2400.520.02
HSL88.37º92.81%72.75%-
HSV(B)88.37º51.6%98.04%-
XYZ58.6280.5730.55-
YUV217.0673.79107.99-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.75%
GREEN value IS 250 (98.05% from 255) = 44.64%
BLUE value IS 121 (47.66% from 255) = 21.61%
R=33.75%
G=44.64%
B=21.61%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1892501210.2400.520.0288.3792.8172.75
HexBDFA79180342585d49
Octal275372171300642130135111
Binary1011110111111010111100111000011010010101100010111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFA79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFA79; }

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

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

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

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

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

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

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

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