#BFF175

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

Shades of Sulu #BFF175

Tints of Sulu #BFF175

Color information

#BFF175 (or 0xBFF175) is unknown color: approx Sulu. HEX triplet: BF, F1 and 75. RGB value is (191,241,117). Sum of RGB (Red+Green+Blue) = 191+241+117=549 (72% of max value = 765). Red value is 191 (75% from 255 or 34.79% from 549); Green value is 241 (94.53% from 255 or 43.90% from 549); Blue value is 117 (46.09% from 255 or 21.31% from 549); Max value from RGB is 241 - color contains mainly: green. Hex color #BFF175 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF175 is #400E8A. Grayscale: #D4D4D4. Windows color (decimal): -4198027 or 7729599. OLE color: 7729599.

HSL color Cylindrical-coordinate representation of color #BFF175: hue angle of 84.19º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BFF175 is Cyan = 0.21, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB191241117-
CMYK0.2100.510.05
HSL84.19º81.58%70.2%-
HSV(B)84.19º51.45%94.51%-
XYZ56.1575.2728.4-
YUV211.9174.44113.08-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.79%
GREEN value IS 241 (94.53% from 255) = 43.90%
BLUE value IS 117 (46.09% from 255) = 21.31%
R=34.79%
G=43.90%
B=21.31%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1912411170.2100.510.0584.1981.5870.2
HexBFF175150335545246
Octal277361165250635124122106
Binary10111111111100011110101101010110011101101010010100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF175; }

 p { color: rgb(191,241,117); }

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

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

 a { background-color: rgb(191,241,117); }

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

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

 span { border-color: rgb(191,241,117); }

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