#BDFB74

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

Shades of Sulu #BDFB74

Tints of Sulu #BDFB74

Color information

#BDFB74 (or 0xBDFB74) is unknown color: approx Sulu. HEX triplet: BD, FB and 74. RGB value is (189,251,116). Sum of RGB (Red+Green+Blue) = 189+251+116=556 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.99% from 556); Green value is 251 (98.44% from 255 or 45.14% from 556); Blue value is 116 (45.70% from 255 or 20.86% from 556); Max value from RGB is 251 - color contains mainly: green. Hex color #BDFB74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDFB74 is #42048B. Grayscale: #D9D9D9. Windows color (decimal): -4326540 or 7666621. OLE color: 7666621.

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

Color convert

RGB189251116-
CMYK0.2500.540.02
HSL87.56º94.41%71.96%-
HSV(B)87.56º53.78%98.43%-
XYZ58.6481.0729.08-
YUV217.0770.96107.98-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.99%
GREEN value IS 251 (98.44% from 255) = 45.14%
BLUE value IS 116 (45.70% from 255) = 20.86%
R=33.99%
G=45.14%
B=20.86%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1892511160.2500.540.0287.5694.4171.96
HexBDFB74190362585e48
Octal275373164310662130136110
Binary1011110111111011111010011001011011010101100010111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFB74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFB74; }

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

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

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

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

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

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

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

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