#BDF081

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

Shades of Sulu #BDF081

Tints of Sulu #BDF081

Color information

#BDF081 (or 0xBDF081) is unknown color: approx Sulu. HEX triplet: BD, F0 and 81. RGB value is (189,240,129). Sum of RGB (Red+Green+Blue) = 189+240+129=558 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.87% from 558); Green value is 240 (94.14% from 255 or 43.01% from 558); Blue value is 129 (50.78% from 255 or 23.12% from 558); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF081 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF081 is #420F7E. Grayscale: #D4D4D4. Windows color (decimal): -4329343 or 8515773. OLE color: 8515773.

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

Color convert

RGB189240129-
CMYK0.2100.460.06
HSL87.57º78.72%72.35%-
HSV(B)87.57º46.25%94.12%-
XYZ56.1174.7232.23-
YUV212.181.1111.53-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.87%
GREEN value IS 240 (94.14% from 255) = 43.01%
BLUE value IS 129 (50.78% from 255) = 23.12%
R=33.87%
G=43.01%
B=23.12%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1892401290.2100.460.0687.5778.7272.35
HexBDF0811502E6584f48
Octal275360201250566130117110
Binary101111011111000010000001101010101110110101100010011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF081; }

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

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

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

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

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

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

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

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