#BFF074

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

Shades of Sulu #BFF074

Tints of Sulu #BFF074

Color information

#BFF074 (or 0xBFF074) is unknown color: approx Sulu. HEX triplet: BF, F0 and 74. RGB value is (191,240,116). Sum of RGB (Red+Green+Blue) = 191+240+116=547 (72% of max value = 765). Red value is 191 (75% from 255 or 34.92% from 547); Green value is 240 (94.14% from 255 or 43.88% from 547); Blue value is 116 (45.70% from 255 or 21.21% from 547); Max value from RGB is 240 - color contains mainly: green. Hex color #BFF074 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF074 is #400F8B. Grayscale: #D3D3D3. Windows color (decimal): -4198284 or 7663807. OLE color: 7663807.

HSL color Cylindrical-coordinate representation of color #BFF074: hue angle of 83.71º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BFF074 is Cyan = 0.20, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.06.

Color convert

RGB191240116-
CMYK0.2000.520.06
HSL83.71º80.52%69.8%-
HSV(B)83.71º51.67%94.12%-
XYZ55.874.6627.99-
YUV211.2174.27113.58-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.92%
GREEN value IS 240 (94.14% from 255) = 43.88%
BLUE value IS 116 (45.70% from 255) = 21.21%
R=34.92%
G=43.88%
B=21.21%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1912401160.2000.520.0683.7180.5269.8
HexBFF074140346545146
Octal277360164240646124121106
Binary10111111111100001110100101000110100110101010010100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF074; }

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

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

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

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

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

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

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

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