#BFE78C

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

Shades of Sulu #BFE78C

Tints of Sulu #BFE78C

Color information

#BFE78C (or 0xBFE78C) is unknown color: approx Sulu. HEX triplet: BF, E7 and 8C. RGB value is (191,231,140). Sum of RGB (Red+Green+Blue) = 191+231+140=562 (74% of max value = 765). Red value is 191 (75% from 255 or 33.99% from 562); Green value is 231 (90.62% from 255 or 41.10% from 562); Blue value is 140 (55.08% from 255 or 24.91% from 562); Max value from RGB is 231 - color contains mainly: green. Hex color #BFE78C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFE78C is #401873. Grayscale: #D0D0D0. Windows color (decimal): -4200564 or 9234367. OLE color: 9234367.

HSL color Cylindrical-coordinate representation of color #BFE78C: hue angle of 86.37º degrees, saturation: 0.65, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BFE78C is Cyan = 0.17, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.09.

Color convert

RGB191231140-
CMYK0.1700.390.09
HSL86.37º65.47%72.75%-
HSV(B)86.37º39.39%90.59%-
XYZ54.870.1235.46-
YUV208.6789.25115.4-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.99%
GREEN value IS 231 (90.62% from 255) = 41.10%
BLUE value IS 140 (55.08% from 255) = 24.91%
R=33.99%
G=41.10%
B=24.91%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1912311400.1700.390.0986.3765.4772.75
HexBFE78C110279564149
Octal2773472142104711126101111
Binary1011111111100111100011001000101001111001101011010000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE78C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE78C; }

 p { color: rgb(191,231,140); }

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

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

 a { background-color: rgb(191,231,140); }

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

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

 span { border-color: rgb(191,231,140); }

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