Html Css Color HEX #BFF96A Sulu

📋 copy color: '#BFF96A'

red 191 ◦ green 249 ◦ blue 106

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

Shades of Sulu #BFF96A

Tints of Sulu #BFF96A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 19.41%

R = 34.98%
G = 45.6%
B = 19.41%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#BFF96A (or 0xBFF96A) is known color: Sulu. HEX triplet: BF, F9 and 6A. RGB value is (191,249,106). Sum of RGB (Red+Green+Blue) = 191+249+106=546 (72% of max value = 765). Red value is 191 (75% from 255 or 34.98% from 546); Green value is 249 (97.66% from 255 or 45.60% from 546); Blue value is 106 (41.80% from 255 or 19.41% from 546); Max value from RGB is 249 - color contains mainly: green. Hex color #BFF96A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF96A is #400695. Grayscale: #D7D7D7. Windows color (decimal): -4195990 or 7010751. OLE color: 7010751.

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

Color convert

RGB 191 249 106 -
CMYK 0.23 0 0.57 0.02
HSL 84.34º 0.92% 0.7% -
HSV(B) 84.34º 0.57% 0.98% -
XYZ 57.96 79.87 26 -
YUV 215.36 66.28 110.63 -
System Red Green Blue C M Y K H S L
Decimal 191 249 106 0.23 0 0.57 0.02 84.34 0.92 0.7
Hex BF F9 6A 17 0 39 2 54 5C 46
Octal 277 371 152 27 0 71 2 124 134 106
Binary 10111111 11111001 1101010 10111 0 111001 10 1010100 1011100 1000110

Color Harmonies of #BFF96A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFF96A

Black with #BFF96A

Text Example


Text Example

White with #BFF96A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFF96A; }

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

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

background-color css

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

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

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

border-color css

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

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

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