#BFE68E

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

Shades of Sulu #BFE68E

Tints of Sulu #BFE68E

Color information

#BFE68E (or 0xBFE68E) is unknown color: approx Sulu. HEX triplet: BF, E6 and 8E. RGB value is (191,230,142). Sum of RGB (Red+Green+Blue) = 191+230+142=563 (74% of max value = 765). Red value is 191 (75% from 255 or 33.93% from 563); Green value is 230 (90.23% from 255 or 40.85% from 563); Blue value is 142 (55.86% from 255 or 25.22% from 563); Max value from RGB is 230 - color contains mainly: green. Hex color #BFE68E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFE68E is #401971. Grayscale: #D0D0D0. Windows color (decimal): -4200818 or 9365183. OLE color: 9365183.

HSL color Cylindrical-coordinate representation of color #BFE68E: hue angle of 86.59º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BFE68E is Cyan = 0.17, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.10.

Color convert

RGB191230142-
CMYK0.1700.380.10
HSL86.59º63.77%72.94%-
HSV(B)86.59º38.26%90.2%-
XYZ54.6769.6236.15-
YUV208.3190.58115.66-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.93%
GREEN value IS 230 (90.23% from 255) = 40.85%
BLUE value IS 142 (55.86% from 255) = 25.22%
R=33.93%
G=40.85%
B=25.22%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1912301420.1700.380.1086.5963.7772.94
HexBFE68E11026A574049
Octal2773462162104612127100111
Binary1011111111100110100011101000101001101010101011110000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE68E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE68E; }

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

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

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

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

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

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

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

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