#BFE472

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

Shades of Sulu #BFE472

Tints of Sulu #BFE472

Color information

#BFE472 (or 0xBFE472) is unknown color: approx Sulu. HEX triplet: BF, E4 and 72. RGB value is (191,228,114). Sum of RGB (Red+Green+Blue) = 191+228+114=533 (70% of max value = 765). Red value is 191 (75% from 255 or 35.83% from 533); Green value is 228 (89.45% from 255 or 42.78% from 533); Blue value is 114 (44.92% from 255 or 21.39% from 533); Max value from RGB is 228 - color contains mainly: green. Hex color #BFE472 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE472 is #401B8D. Grayscale: #CCCCCC. Windows color (decimal): -4201358 or 7529663. OLE color: 7529663.

HSL color Cylindrical-coordinate representation of color #BFE472: hue angle of 79.47º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BFE472 is Cyan = 0.16, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.11.

Color convert

RGB191228114-
CMYK0.1600.500.11
HSL79.47º67.86%67.06%-
HSV(B)79.47º50%89.41%-
XYZ52.2767.7826.25-
YUV203.9477.24118.77-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.83%
GREEN value IS 228 (89.45% from 255) = 42.78%
BLUE value IS 114 (44.92% from 255) = 21.39%
R=35.83%
G=42.78%
B=21.39%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1912281140.1600.500.1179.4767.8667.06
HexBFE47210032B4f4443
Octal2773441622006213117104103
Binary101111111110010011100101000001100101011100111110001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE472; }

 p { color: rgb(191,228,114); }

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

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

 a { background-color: rgb(191,228,114); }

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

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

 span { border-color: rgb(191,228,114); }

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