Html Css Color HEX #BFF97F Sulu

📋 copy color: '#BFF97F'

red 191 ◦ green 249 ◦ blue 127

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

Shades of Sulu #BFF97F

Tints of Sulu #BFF97F

RGB

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

 GREEN value IS 249 (97.66% from 255) = 43.92%

 BLUE value IS 127 (50% from 255) = 22.4%

R = 33.69%
G = 43.92%
B = 22.4%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#BFF97F (or 0xBFF97F) is known color: Sulu. HEX triplet: BF, F9 and 7F. RGB value is (191,249,127). Sum of RGB (Red+Green+Blue) = 191+249+127=567 (75% of max value = 765). Red value is 191 (75% from 255 or 33.69% from 567); Green value is 249 (97.66% from 255 or 43.92% from 567); Blue value is 127 (50% from 255 or 22.40% from 567); Max value from RGB is 249 - color contains mainly: green. Hex color #BFF97F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF97F is #400680. Grayscale: #DADADA. Windows color (decimal): -4195969 or 8387007. OLE color: 8387007.

HSL color Cylindrical-coordinate representation of color #BFF97F: hue angle of 88.52º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BFF97F is Cyan = 0.23, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB 191 249 127 -
CMYK 0.23 0 0.49 0.02
HSL 88.52º 0.91% 0.74% -
HSV(B) 88.52º 0.49% 0.98% -
XYZ 59.19 80.36 32.47 -
YUV 217.75 76.78 108.92 -
System Red Green Blue C M Y K H S L
Decimal 191 249 127 0.23 0 0.49 0.02 88.52 0.91 0.74
Hex BF F9 7F 17 0 31 2 59 5B 4A
Octal 277 371 177 27 0 61 2 131 133 112
Binary 10111111 11111001 1111111 10111 0 110001 10 1011001 1011011 1001010

Color Harmonies of #BFF97F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFF97F

Black with #BFF97F

Text Example


Text Example

White with #BFF97F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFF97F; }

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

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

background-color css

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

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

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

border-color css

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

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

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