#BFEC70

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

Shades of Sulu #BFEC70

Tints of Sulu #BFEC70

Color information

#BFEC70 (or 0xBFEC70) is unknown color: approx Sulu. HEX triplet: BF, EC and 70. RGB value is (191,236,112). Sum of RGB (Red+Green+Blue) = 191+236+112=539 (71% of max value = 765). Red value is 191 (75% from 255 or 35.44% from 539); Green value is 236 (92.58% from 255 or 43.78% from 539); Blue value is 112 (44.14% from 255 or 20.78% from 539); Max value from RGB is 236 - color contains mainly: green. Hex color #BFEC70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFEC70 is #40138F. Grayscale: #D0D0D0. Windows color (decimal): -4199312 or 7400639. OLE color: 7400639.

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

Color convert

RGB191236112-
CMYK0.1900.530.07
HSL81.77º76.54%68.24%-
HSV(B)81.77º52.54%92.55%-
XYZ54.4172.2426.4-
YUV208.4173.59115.58-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.44%
GREEN value IS 236 (92.58% from 255) = 43.78%
BLUE value IS 112 (44.14% from 255) = 20.78%
R=35.44%
G=43.78%
B=20.78%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1912361120.1900.530.0781.7776.5468.24
HexBFEC70130357524d44
Octal277354160230657122115104
Binary10111111111011001110000100110110101111101001010011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFEC70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFEC70; }

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

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

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

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

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

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

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

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