#BFE36E

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

Shades of Sulu #BFE36E

Tints of Sulu #BFE36E

Color information

#BFE36E (or 0xBFE36E) is unknown color: approx Sulu. HEX triplet: BF, E3 and 6E. RGB value is (191,227,110). Sum of RGB (Red+Green+Blue) = 191+227+110=528 (69% of max value = 765). Red value is 191 (75% from 255 or 36.17% from 528); Green value is 227 (89.06% from 255 or 42.99% from 528); Blue value is 110 (43.36% from 255 or 20.83% from 528); Max value from RGB is 227 - color contains mainly: green. Hex color #BFE36E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE36E is #401C91. Grayscale: #CBCBCB. Windows color (decimal): -4201618 or 7267263. OLE color: 7267263.

HSL color Cylindrical-coordinate representation of color #BFE36E: hue angle of 78.46º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BFE36E is Cyan = 0.16, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.11.

Color convert

RGB191227110-
CMYK0.1600.520.11
HSL78.46º67.63%66.08%-
HSV(B)78.46º51.54%89.02%-
XYZ51.7767.1424.98-
YUV202.975.57119.51-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.17%
GREEN value IS 227 (89.06% from 255) = 42.99%
BLUE value IS 110 (43.36% from 255) = 20.83%
R=36.17%
G=42.99%
B=20.83%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1912271100.1600.520.1178.4667.6366.08
HexBFE36E10034B4e4442
Octal2773431562006413116104102
Binary101111111110001111011101000001101001011100111010001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE36E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE36E; }

 p { color: rgb(191,227,110); }

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

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

 a { background-color: rgb(191,227,110); }

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

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

 span { border-color: rgb(191,227,110); }

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