#BFEF7E

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

Shades of Sulu #BFEF7E

Tints of Sulu #BFEF7E

Color information

#BFEF7E (or 0xBFEF7E) is unknown color: approx Sulu. HEX triplet: BF, EF and 7E. RGB value is (191,239,126). Sum of RGB (Red+Green+Blue) = 191+239+126=556 (73% of max value = 765). Red value is 191 (75% from 255 or 34.35% from 556); Green value is 239 (93.75% from 255 or 42.99% from 556); Blue value is 126 (49.61% from 255 or 22.66% from 556); Max value from RGB is 239 - color contains mainly: green. Hex color #BFEF7E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFEF7E is #401081. Grayscale: #D4D4D4. Windows color (decimal): -4198530 or 8318911. OLE color: 8318911.

HSL color Cylindrical-coordinate representation of color #BFEF7E: hue angle of 85.49º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BFEF7E is Cyan = 0.20, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.06.

Color convert

RGB191239126-
CMYK0.2000.470.06
HSL85.49º77.93%71.57%-
HSV(B)85.49º47.28%93.73%-
XYZ56.1274.3231.13-
YUV211.7779.6113.19-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.35%
GREEN value IS 239 (93.75% from 255) = 42.99%
BLUE value IS 126 (49.61% from 255) = 22.66%
R=34.35%
G=42.99%
B=22.66%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1912391260.2000.470.0685.4977.9371.57
HexBFEF7E1402F6554e48
Octal277357176240576125116110
Binary10111111111011111111110101000101111110101010110011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFEF7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFEF7E; }

 p { color: rgb(191,239,126); }

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

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

 a { background-color: rgb(191,239,126); }

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

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

 span { border-color: rgb(191,239,126); }

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