#BFED6B

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

Shades of Sulu #BFED6B

Tints of Sulu #BFED6B

Color information

#BFED6B (or 0xBFED6B) is unknown color: approx Sulu. HEX triplet: BF, ED and 6B. RGB value is (191,237,107). Sum of RGB (Red+Green+Blue) = 191+237+107=535 (70% of max value = 765). Red value is 191 (75% from 255 or 35.70% from 535); Green value is 237 (92.97% from 255 or 44.30% from 535); Blue value is 107 (42.19% from 255 or 20% from 535); Max value from RGB is 237 - color contains mainly: green. Hex color #BFED6B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFED6B is #401294. Grayscale: #D0D0D0. Windows color (decimal): -4199061 or 7073215. OLE color: 7073215.

HSL color Cylindrical-coordinate representation of color #BFED6B: hue angle of 81.23º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BFED6B is Cyan = 0.19, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.07.

Color convert

RGB191237107-
CMYK0.1900.550.07
HSL81.23º78.31%67.45%-
HSV(B)81.23º54.85%92.94%-
XYZ54.4272.7125.08-
YUV208.4370.76115.57-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.70%
GREEN value IS 237 (92.97% from 255) = 44.30%
BLUE value IS 107 (42.19% from 255) = 20%
R=35.70%
G=44.30%
B=20%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1912371070.1900.550.0781.2378.3167.45
HexBFED6B130377514e43
Octal277355153230677121116103
Binary10111111111011011101011100110110111111101000110011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFED6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFED6B; }

 p { color: rgb(191,237,107); }

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

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

 a { background-color: rgb(191,237,107); }

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

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

 span { border-color: rgb(191,237,107); }

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