#BDF071

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

Shades of Sulu #BDF071

Tints of Sulu #BDF071

Color information

#BDF071 (or 0xBDF071) is unknown color: approx Sulu. HEX triplet: BD, F0 and 71. RGB value is (189,240,113). Sum of RGB (Red+Green+Blue) = 189+240+113=542 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.87% from 542); Green value is 240 (94.14% from 255 or 44.28% from 542); Blue value is 113 (44.53% from 255 or 20.85% from 542); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF071 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF071 is #420F8E. Grayscale: #D2D2D2. Windows color (decimal): -4329359 or 7467197. OLE color: 7467197.

HSL color Cylindrical-coordinate representation of color #BDF071: hue angle of 84.09º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BDF071 is Cyan = 0.21, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.06.

Color convert

RGB189240113-
CMYK0.2100.530.06
HSL84.09º80.89%69.22%-
HSV(B)84.09º52.92%94.12%-
XYZ55.1374.3327.06-
YUV210.2773.1112.83-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.87%
GREEN value IS 240 (94.14% from 255) = 44.28%
BLUE value IS 113 (44.53% from 255) = 20.85%
R=34.87%
G=44.28%
B=20.85%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1892401130.2100.530.0684.0980.8969.22
HexBDF071150356545145
Octal275360161250656124121105
Binary10111101111100001110001101010110101110101010010100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF071; }

 p { color: rgb(189,240,113); }

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

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

 a { background-color: rgb(189,240,113); }

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

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

 span { border-color: rgb(189,240,113); }

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