#BFF484

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

Shades of Sulu #BFF484

Tints of Sulu #BFF484

Color information

#BFF484 (or 0xBFF484) is unknown color: approx Sulu. HEX triplet: BF, F4 and 84. RGB value is (191,244,132). Sum of RGB (Red+Green+Blue) = 191+244+132=567 (75% of max value = 765). Red value is 191 (75% from 255 or 33.69% from 567); Green value is 244 (95.70% from 255 or 43.03% from 567); Blue value is 132 (51.95% from 255 or 23.28% from 567); Max value from RGB is 244 - color contains mainly: green. Hex color #BFF484 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF484 is #400B7B. Grayscale: #D7D7D7. Windows color (decimal): -4197244 or 8713407. OLE color: 8713407.

HSL color Cylindrical-coordinate representation of color #BFF484: hue angle of 88.39º degrees, saturation: 0.84, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BFF484 is Cyan = 0.22, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.

Color convert

RGB191244132-
CMYK0.2200.460.04
HSL88.39º83.58%73.73%-
HSV(B)88.39º45.9%95.69%-
XYZ5877.4433.72-
YUV215.3880.94110.61-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.69%
GREEN value IS 244 (95.70% from 255) = 43.03%
BLUE value IS 132 (51.95% from 255) = 23.28%
R=33.69%
G=43.03%
B=23.28%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1912441320.2200.460.0488.3983.5873.73
HexBFF4841602E458544a
Octal277364204260564130124112
Binary101111111111010010000100101100101110100101100010101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF484; }

 p { color: rgb(191,244,132); }

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

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

 a { background-color: rgb(191,244,132); }

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

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

 span { border-color: rgb(191,244,132); }

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