#BFF36E

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

Shades of Sulu #BFF36E

Tints of Sulu #BFF36E

Color information

#BFF36E (or 0xBFF36E) is unknown color: approx Sulu. HEX triplet: BF, F3 and 6E. RGB value is (191,243,110). Sum of RGB (Red+Green+Blue) = 191+243+110=544 (72% of max value = 765). Red value is 191 (75% from 255 or 35.11% from 544); Green value is 243 (95.31% from 255 or 44.67% from 544); Blue value is 110 (43.36% from 255 or 20.22% from 544); Max value from RGB is 243 - color contains mainly: green. Hex color #BFF36E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF36E is #400C91. Grayscale: #D4D4D4. Windows color (decimal): -4197522 or 7271359. OLE color: 7271359.

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

Color convert

RGB191243110-
CMYK0.2100.550.05
HSL83.46º84.71%69.22%-
HSV(B)83.46º54.73%95.29%-
XYZ56.3576.326.51-
YUV212.2970.27112.81-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.11%
GREEN value IS 243 (95.31% from 255) = 44.67%
BLUE value IS 110 (43.36% from 255) = 20.22%
R=35.11%
G=44.67%
B=20.22%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1912431100.2100.550.0583.4684.7169.22
HexBFF36E150375535545
Octal277363156250675123125105
Binary10111111111100111101110101010110111101101001110101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF36E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF36E; }

 p { color: rgb(191,243,110); }

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

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

 a { background-color: rgb(191,243,110); }

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

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

 span { border-color: rgb(191,243,110); }

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