#BFE28E

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

Shades of Sulu #BFE28E

Tints of Sulu #BFE28E

Color information

#BFE28E (or 0xBFE28E) is unknown color: approx Sulu. HEX triplet: BF, E2 and 8E. RGB value is (191,226,142). Sum of RGB (Red+Green+Blue) = 191+226+142=559 (74% of max value = 765). Red value is 191 (75% from 255 or 34.17% from 559); Green value is 226 (88.67% from 255 or 40.43% from 559); Blue value is 142 (55.86% from 255 or 25.40% from 559); Max value from RGB is 226 - color contains mainly: green. Hex color #BFE28E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFE28E is #401D71. Grayscale: #CECECE. Windows color (decimal): -4201842 or 9364159. OLE color: 9364159.

HSL color Cylindrical-coordinate representation of color #BFE28E: hue angle of 85º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BFE28E is Cyan = 0.15, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.11.

Color convert

RGB191226142-
CMYK0.1500.370.11
HSL85º59.15%72.16%-
HSV(B)85º37.17%88.63%-
XYZ53.5667.4235.78-
YUV205.9691.9117.33-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.17%
GREEN value IS 226 (88.67% from 255) = 40.43%
BLUE value IS 142 (55.86% from 255) = 25.40%
R=34.17%
G=40.43%
B=25.40%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1912261420.1500.370.118559.1572.16
HexBFE28EF025B553b48
Octal277342216170451312573110
Binary10111111111000101000111011110100101101110101011110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE28E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE28E; }

 p { color: rgb(191,226,142); }

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

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

 a { background-color: rgb(191,226,142); }

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

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

 span { border-color: rgb(191,226,142); }

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