#BFEE70

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

Shades of Sulu #BFEE70

Tints of Sulu #BFEE70

Color information

#BFEE70 (or 0xBFEE70) is unknown color: approx Sulu. HEX triplet: BF, EE and 70. RGB value is (191,238,112). Sum of RGB (Red+Green+Blue) = 191+238+112=541 (71% of max value = 765). Red value is 191 (75% from 255 or 35.30% from 541); Green value is 238 (93.36% from 255 or 43.99% from 541); Blue value is 112 (44.14% from 255 or 20.70% from 541); Max value from RGB is 238 - color contains mainly: green. Hex color #BFEE70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFEE70 is #40118F. Grayscale: #D2D2D2. Windows color (decimal): -4198800 or 7401151. OLE color: 7401151.

HSL color Cylindrical-coordinate representation of color #BFEE70: hue angle of 82.38º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BFEE70 is Cyan = 0.20, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB191238112-
CMYK0.2000.530.07
HSL82.38º78.75%68.63%-
HSV(B)82.38º52.94%93.33%-
XYZ54.9973.426.6-
YUV209.5872.93114.75-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.30%
GREEN value IS 238 (93.36% from 255) = 43.99%
BLUE value IS 112 (44.14% from 255) = 20.70%
R=35.30%
G=43.99%
B=20.70%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1912381120.2000.530.0782.3878.7568.63
HexBFEE70140357524f45
Octal277356160240657122117105
Binary10111111111011101110000101000110101111101001010011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFEE70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFEE70; }

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

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

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

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

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

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

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

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