#BFE57D

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

Shades of Sulu #BFE57D

Tints of Sulu #BFE57D

Color information

#BFE57D (or 0xBFE57D) is unknown color: approx Sulu. HEX triplet: BF, E5 and 7D. RGB value is (191,229,125). Sum of RGB (Red+Green+Blue) = 191+229+125=545 (72% of max value = 765). Red value is 191 (75% from 255 or 35.05% from 545); Green value is 229 (89.84% from 255 or 42.02% from 545); Blue value is 125 (49.22% from 255 or 22.94% from 545); Max value from RGB is 229 - color contains mainly: green. Hex color #BFE57D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE57D is #401A82. Grayscale: #CECECE. Windows color (decimal): -4201091 or 8250815. OLE color: 8250815.

HSL color Cylindrical-coordinate representation of color #BFE57D: hue angle of 81.92º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BFE57D is Cyan = 0.17, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.10.

Color convert

RGB191229125-
CMYK0.1700.450.10
HSL81.92º66.67%69.41%-
HSV(B)81.92º45.41%89.8%-
XYZ53.2168.629.84-
YUV205.7882.41117.46-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.05%
GREEN value IS 229 (89.84% from 255) = 42.02%
BLUE value IS 125 (49.22% from 255) = 22.94%
R=35.05%
G=42.02%
B=22.94%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1912291250.1700.450.1081.9266.6769.41
HexBFE57D1102DA524345
Octal2773451752105512122103105
Binary101111111110010111111011000101011011010101001010000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE57D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE57D; }

 p { color: rgb(191,229,125); }

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

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

 a { background-color: rgb(191,229,125); }

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

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

 span { border-color: rgb(191,229,125); }

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