#BFF28D

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

Shades of Sulu #BFF28D

Tints of Sulu #BFF28D

Color information

#BFF28D (or 0xBFF28D) is unknown color: approx Sulu. HEX triplet: BF, F2 and 8D. RGB value is (191,242,141). Sum of RGB (Red+Green+Blue) = 191+242+141=574 (76% of max value = 765). Red value is 191 (75% from 255 or 33.28% from 574); Green value is 242 (94.92% from 255 or 42.16% from 574); Blue value is 141 (55.47% from 255 or 24.56% from 574); Max value from RGB is 242 - color contains mainly: green. Hex color #BFF28D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF28D is #400D72. Grayscale: #D7D7D7. Windows color (decimal): -4197747 or 9302719. OLE color: 9302719.

HSL color Cylindrical-coordinate representation of color #BFF28D: hue angle of 90.3º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BFF28D is Cyan = 0.21, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB191242141-
CMYK0.2100.420.05
HSL90.3º79.53%75.1%-
HSV(B)90.3º41.74%94.9%-
XYZ58.0576.536.91-
YUV215.2486.1110.71-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.28%
GREEN value IS 242 (94.92% from 255) = 42.16%
BLUE value IS 141 (55.47% from 255) = 24.56%
R=33.28%
G=42.16%
B=24.56%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1912421410.2100.420.0590.379.5375.1
HexBFF28D1502A55a504b
Octal277362215250525132120113
Binary101111111111001010001101101010101010101101101010100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF28D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF28D; }

 p { color: rgb(191,242,141); }

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

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

 a { background-color: rgb(191,242,141); }

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

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

 span { border-color: rgb(191,242,141); }

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