#BFEE6D

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

Shades of Sulu #BFEE6D

Tints of Sulu #BFEE6D

Color information

#BFEE6D (or 0xBFEE6D) is unknown color: approx Sulu. HEX triplet: BF, EE and 6D. RGB value is (191,238,109). Sum of RGB (Red+Green+Blue) = 191+238+109=538 (71% of max value = 765). Red value is 191 (75% from 255 or 35.50% from 538); Green value is 238 (93.36% from 255 or 44.24% from 538); Blue value is 109 (42.97% from 255 or 20.26% from 538); Max value from RGB is 238 - color contains mainly: green. Hex color #BFEE6D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFEE6D is #401192. Grayscale: #D1D1D1. Windows color (decimal): -4198803 or 7204543. OLE color: 7204543.

HSL color Cylindrical-coordinate representation of color #BFEE6D: hue angle of 81.86º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BFEE6D is Cyan = 0.20, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.07.

Color convert

RGB191238109-
CMYK0.2000.540.07
HSL81.86º79.14%68.04%-
HSV(B)81.86º54.2%93.33%-
XYZ54.8273.3325.73-
YUV209.2471.43114.99-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.50%
GREEN value IS 238 (93.36% from 255) = 44.24%
BLUE value IS 109 (42.97% from 255) = 20.26%
R=35.50%
G=44.24%
B=20.26%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1912381090.2000.540.0781.8679.1468.04
HexBFEE6D140367524f44
Octal277356155240667122117104
Binary10111111111011101101101101000110110111101001010011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFEE6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFEE6D; }

 p { color: rgb(191,238,109); }

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

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

 a { background-color: rgb(191,238,109); }

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

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

 span { border-color: rgb(191,238,109); }

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