#bff27f

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

Shades of Sulu #BFF27F

Tints of Sulu #BFF27F

Color information

#BFF27F (or 0xBFF27F) is unknown color: approx Sulu. HEX triplet: BF, F2 and 7F. RGB value is (191,242,127). Sum of RGB (Red+Green+Blue) = 191+242+127=560 (74% of max value = 765). Red value is 191 (75% from 255 or 34.11% from 560); Green value is 242 (94.92% from 255 or 43.21% from 560); Blue value is 127 (50% from 255 or 22.68% from 560); Max value from RGB is 242 - color contains mainly: green. Hex color #BFF27F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF27F is #400D80. Grayscale: #D6D6D6. Windows color (decimal): -4197761 or 8385215. OLE color: 8385215.

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

Color convert

RGB191242127-
CMYK0.2100.480.05
HSL86.61º81.56%72.35%-
HSV(B)86.61º47.52%94.9%-
XYZ57.0776.1131.76-
YUV213.6479.1111.85-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.11%
GREEN value IS 242 (94.92% from 255) = 43.21%
BLUE value IS 127 (50% from 255) = 22.68%
R=34.11%
G=43.21%
B=22.68%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1912421270.2100.480.0586.6181.5672.35
HexBFF27F150305575248
Octal277362177250605127122110
Binary10111111111100101111111101010110000101101011110100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bff27f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bff27f; }

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

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

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

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

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

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

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

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