Html Css Color HEX #BFFA61 Sulu

📋 copy color: '#BFFA61'

red 191 ◦ green 250 ◦ blue 97

#BFFA61
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sulu #BFFA61

Tints of Sulu #BFFA61

RGB

 RED value IS 191 (75% from 255) = 35.5%

 GREEN value IS 250 (98.05% from 255) = 46.47%

 BLUE value IS 97 (38.28% from 255) = 18.03%

R = 35.5%
G = 46.47%
B = 18.03%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.61

 K value IS 0.02

RGB Variations

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

Color information

#BFFA61 (or 0xBFFA61) is known color: Sulu. HEX triplet: BF, FA and 61. RGB value is (191,250,97). Sum of RGB (Red+Green+Blue) = 191+250+97=538 (71% of max value = 765). Red value is 191 (75% from 255 or 35.50% from 538); Green value is 250 (98.05% from 255 or 46.47% from 538); Blue value is 97 (38.28% from 255 or 18.03% from 538); Max value from RGB is 250 - color contains mainly: green. Hex color #BFFA61 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFFA61 is #40059E. Grayscale: #D7D7D7. Windows color (decimal): -4195743 or 6421183. OLE color: 6421183.

HSL color Cylindrical-coordinate representation of color #BFFA61: hue angle of 83.14º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BFFA61 is Cyan = 0.24, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.

Color convert

RGB 191 250 97 -
CMYK 0.24 0 0.61 0.02
HSL 83.14º 0.94% 0.68% -
HSV(B) 83.14º 0.61% 0.98% -
XYZ 57.83 80.31 23.76 -
YUV 214.92 61.45 110.94 -
System Red Green Blue C M Y K H S L
Decimal 191 250 97 0.24 0 0.61 0.02 83.14 0.94 0.68
Hex BF FA 61 18 0 3D 2 53 5E 44
Octal 277 372 141 30 0 75 2 123 136 104
Binary 10111111 11111010 1100001 11000 0 111101 10 1010011 1011110 1000100

Color Harmonies of #BFFA61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFFA61

Black with #BFFA61

Text Example


Text Example

White with #BFFA61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFFA61; }

 p { color: rgb(191,250,97); }

 H1.HeaderClassName
 {
   color: #BFFA61;
 }
 .AnyTagClassName
 {
   color: #BFFA61;
 }
</style>

background-color css

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

 a { background-color: rgb(191,250,97); }

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

border-color css

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

 span { border-color: rgb(191,250,97); }

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