#BFED81

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

Shades of Sulu #BFED81

Tints of Sulu #BFED81

Color information

#BFED81 (or 0xBFED81) is unknown color: approx Sulu. HEX triplet: BF, ED and 81. RGB value is (191,237,129). Sum of RGB (Red+Green+Blue) = 191+237+129=557 (73% of max value = 765). Red value is 191 (75% from 255 or 34.29% from 557); Green value is 237 (92.97% from 255 or 42.55% from 557); Blue value is 129 (50.78% from 255 or 23.16% from 557); Max value from RGB is 237 - color contains mainly: green. Hex color #BFED81 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFED81 is #40127E. Grayscale: #D3D3D3. Windows color (decimal): -4199039 or 8515007. OLE color: 8515007.

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

Color convert

RGB191237129-
CMYK0.1900.460.07
HSL85.56º75%71.76%-
HSV(B)85.56º45.57%92.94%-
XYZ55.7373.2331.97-
YUV210.9381.76113.78-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.29%
GREEN value IS 237 (92.97% from 255) = 42.55%
BLUE value IS 129 (50.78% from 255) = 23.16%
R=34.29%
G=42.55%
B=23.16%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1912371290.1900.460.0785.567571.76
HexBFED811302E7564b48
Octal277355201230567126113110
Binary101111111110110110000001100110101110111101011010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFED81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFED81; }

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

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

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

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

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

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

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

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