#BDFD72

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

Shades of Sulu #BDFD72

Tints of Sulu #BDFD72

Color information

#BDFD72 (or 0xBDFD72) is unknown color: approx Sulu. HEX triplet: BD, FD and 72. RGB value is (189,253,114). Sum of RGB (Red+Green+Blue) = 189+253+114=556 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.99% from 556); Green value is 253 (99.22% from 255 or 45.50% from 556); Blue value is 114 (44.92% from 255 or 20.50% from 556); Max value from RGB is 253 - color contains mainly: green. Hex color #BDFD72 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDFD72 is #42028D. Grayscale: #DADADA. Windows color (decimal): -4326030 or 7536061. OLE color: 7536061.

HSL color Cylindrical-coordinate representation of color #BDFD72: hue angle of 87.63º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BDFD72 is Cyan = 0.25, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.01.

Color convert

RGB189253114-
CMYK0.2500.550.01
HSL87.63º97.2%71.96%-
HSV(B)87.63º54.94%99.22%-
XYZ59.1582.2828.68-
YUV218.0269.3107.3-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.99%
GREEN value IS 253 (99.22% from 255) = 45.50%
BLUE value IS 114 (44.92% from 255) = 20.50%
R=33.99%
G=45.50%
B=20.50%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1892531140.2500.550.0187.6397.271.96
HexBDFD72190371586148
Octal275375162310671130141110
Binary101111011111110111100101100101101111101100011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFD72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFD72; }

 p { color: rgb(189,253,114); }

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

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

 a { background-color: rgb(189,253,114); }

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

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

 span { border-color: rgb(189,253,114); }

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