Html Css Color HEX #BFF97A Sulu

📋 copy color: '#BFF97A'

red 191 ◦ green 249 ◦ blue 122

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

Shades of Sulu #BFF97A

Tints of Sulu #BFF97A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 21.71%

R = 33.99%
G = 44.31%
B = 21.71%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#BFF97A (or 0xBFF97A) is known color: Sulu. HEX triplet: BF, F9 and 7A. RGB value is (191,249,122). Sum of RGB (Red+Green+Blue) = 191+249+122=562 (74% of max value = 765). Red value is 191 (75% from 255 or 33.99% from 562); Green value is 249 (97.66% from 255 or 44.31% from 562); Blue value is 122 (48.05% from 255 or 21.71% from 562); Max value from RGB is 249 - color contains mainly: green. Hex color #BFF97A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF97A is #400685. Grayscale: #D9D9D9. Windows color (decimal): -4195974 or 8059327. OLE color: 8059327.

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

Color convert

RGB 191 249 122 -
CMYK 0.23 0 0.51 0.02
HSL 87.4º 0.91% 0.73% -
HSV(B) 87.4º 0.51% 0.98% -
XYZ 58.87 80.23 30.8 -
YUV 217.18 74.28 109.33 -
System Red Green Blue C M Y K H S L
Decimal 191 249 122 0.23 0 0.51 0.02 87.4 0.91 0.73
Hex BF F9 7A 17 0 33 2 57 5B 49
Octal 277 371 172 27 0 63 2 127 133 111
Binary 10111111 11111001 1111010 10111 0 110011 10 1010111 1011011 1001001

Color Harmonies of #BFF97A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFF97A

Black with #BFF97A

Text Example


Text Example

White with #BFF97A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFF97A; }

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

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

background-color css

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

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

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

border-color css

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

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

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