#BFFD70

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

Shades of Sulu #BFFD70

Tints of Sulu #BFFD70

Color information

#BFFD70 (or 0xBFFD70) is unknown color: approx Sulu. HEX triplet: BF, FD and 70. RGB value is (191,253,112). Sum of RGB (Red+Green+Blue) = 191+253+112=556 (73% of max value = 765). Red value is 191 (75% from 255 or 34.35% from 556); Green value is 253 (99.22% from 255 or 45.50% from 556); Blue value is 112 (44.14% from 255 or 20.14% from 556); Max value from RGB is 253 - color contains mainly: green. Hex color #BFFD70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFFD70 is #40028F. Grayscale: #DADADA. Windows color (decimal): -4194960 or 7404991. OLE color: 7404991.

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

Color convert

RGB191253112-
CMYK0.2500.560.01
HSL86.38º97.24%71.57%-
HSV(B)86.38º55.73%99.22%-
XYZ59.5482.528.11-
YUV218.3967.96108.46-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.35%
GREEN value IS 253 (99.22% from 255) = 45.50%
BLUE value IS 112 (44.14% from 255) = 20.14%
R=34.35%
G=45.50%
B=20.14%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1912531120.2500.560.0186.3897.2471.57
HexBFFD70190381566148
Octal277375160310701126141110
Binary101111111111110111100001100101110001101011011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFD70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFD70; }

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

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

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

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

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

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

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

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