#BFE37D

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

Shades of Sulu #BFE37D

Tints of Sulu #BFE37D

Color information

#BFE37D (or 0xBFE37D) is unknown color: approx Sulu. HEX triplet: BF, E3 and 7D. RGB value is (191,227,125). Sum of RGB (Red+Green+Blue) = 191+227+125=543 (71% of max value = 765). Red value is 191 (75% from 255 or 35.17% from 543); Green value is 227 (89.06% from 255 or 41.80% from 543); Blue value is 125 (49.22% from 255 or 23.02% from 543); Max value from RGB is 227 - color contains mainly: green. Hex color #BFE37D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE37D is #401C82. Grayscale: #CCCCCC. Windows color (decimal): -4201603 or 8250303. OLE color: 8250303.

HSL color Cylindrical-coordinate representation of color #BFE37D: hue angle of 81.18º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BFE37D is Cyan = 0.16, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.11.

Color convert

RGB191227125-
CMYK0.1600.450.11
HSL81.18º64.56%69.02%-
HSV(B)81.18º44.93%89.02%-
XYZ52.6667.529.65-
YUV204.6183.07118.29-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.17%
GREEN value IS 227 (89.06% from 255) = 41.80%
BLUE value IS 125 (49.22% from 255) = 23.02%
R=35.17%
G=41.80%
B=23.02%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1912271250.1600.450.1181.1864.5669.02
HexBFE37D1002DB514145
Octal2773431752005513121101105
Binary101111111110001111111011000001011011011101000110000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE37D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE37D; }

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

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

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

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

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

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

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

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