#BFFD82

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

Shades of Sulu #BFFD82

Tints of Sulu #BFFD82

Color information

#BFFD82 (or 0xBFFD82) is unknown color: approx Sulu. HEX triplet: BF, FD and 82. RGB value is (191,253,130). Sum of RGB (Red+Green+Blue) = 191+253+130=574 (76% of max value = 765). Red value is 191 (75% from 255 or 33.28% from 574); Green value is 253 (99.22% from 255 or 44.08% from 574); Blue value is 130 (51.17% from 255 or 22.65% from 574); Max value from RGB is 253 - color contains mainly: green. Hex color #BFFD82 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFFD82 is #40027D. Grayscale: #DCDCDC. Windows color (decimal): -4194942 or 8584639. OLE color: 8584639.

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

Color convert

RGB191253130-
CMYK0.2500.490.01
HSL90.24º96.85%75.1%-
HSV(B)90.24º48.62%99.22%-
XYZ60.6482.9433.93-
YUV220.4476.96107-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.28%
GREEN value IS 253 (99.22% from 255) = 44.08%
BLUE value IS 130 (51.17% from 255) = 22.65%
R=33.28%
G=44.08%
B=22.65%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1912531300.2500.490.0190.2496.8575.1
HexBFFD821903115a614b
Octal277375202310611132141113
Binary1011111111111101100000101100101100011101101011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFD82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFD82; }

 p { color: rgb(191,253,130); }

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

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

 a { background-color: rgb(191,253,130); }

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

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

 span { border-color: rgb(191,253,130); }

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