#BFF474

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

Shades of Sulu #BFF474

Tints of Sulu #BFF474

Color information

#BFF474 (or 0xBFF474) is unknown color: approx Sulu. HEX triplet: BF, F4 and 74. RGB value is (191,244,116). Sum of RGB (Red+Green+Blue) = 191+244+116=551 (72% of max value = 765). Red value is 191 (75% from 255 or 34.66% from 551); Green value is 244 (95.70% from 255 or 44.28% from 551); Blue value is 116 (45.70% from 255 or 21.05% from 551); Max value from RGB is 244 - color contains mainly: green. Hex color #BFF474 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF474 is #400B8B. Grayscale: #D6D6D6. Windows color (decimal): -4197260 or 7664831. OLE color: 7664831.

HSL color Cylindrical-coordinate representation of color #BFF474: hue angle of 84.84º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BFF474 is Cyan = 0.22, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.04.

Color convert

RGB191244116-
CMYK0.2200.520.04
HSL84.84º85.33%70.59%-
HSV(B)84.84º52.46%95.69%-
XYZ56.9977.0428.39-
YUV213.5672.94111.91-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.66%
GREEN value IS 244 (95.70% from 255) = 44.28%
BLUE value IS 116 (45.70% from 255) = 21.05%
R=34.66%
G=44.28%
B=21.05%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1912441160.2200.520.0484.8485.3370.59
HexBFF474160344555547
Octal277364164260644125125107
Binary10111111111101001110100101100110100100101010110101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF474; }

 p { color: rgb(191,244,116); }

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

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

 a { background-color: rgb(191,244,116); }

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

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

 span { border-color: rgb(191,244,116); }

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