#BDFB82

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

Shades of Sulu #BDFB82

Tints of Sulu #BDFB82

Color information

#BDFB82 (or 0xBDFB82) is unknown color: approx Sulu. HEX triplet: BD, FB and 82. RGB value is (189,251,130). Sum of RGB (Red+Green+Blue) = 189+251+130=570 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.16% from 570); Green value is 251 (98.44% from 255 or 44.04% from 570); Blue value is 130 (51.17% from 255 or 22.81% from 570); Max value from RGB is 251 - color contains mainly: green. Hex color #BDFB82 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDFB82 is #42047D. Grayscale: #DBDBDB. Windows color (decimal): -4326526 or 8584125. OLE color: 8584125.

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

Color convert

RGB189251130-
CMYK0.2500.480.02
HSL90.74º93.8%74.71%-
HSV(B)90.74º48.21%98.43%-
XYZ59.5181.4233.7-
YUV218.6777.96106.84-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.16%
GREEN value IS 251 (98.44% from 255) = 44.04%
BLUE value IS 130 (51.17% from 255) = 22.81%
R=33.16%
G=44.04%
B=22.81%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1892511300.2500.480.0290.7493.874.71
HexBDFB821903025b5e4b
Octal275373202310602133136113
Binary10111101111110111000001011001011000010101101110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFB82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFB82; }

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

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

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

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

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

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

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

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