Html Css Color HEX #BFF76B Sulu

📋 copy color: '#BFF76B'

red 191 ◦ green 247 ◦ blue 107

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

Shades of Sulu #BFF76B

Tints of Sulu #BFF76B

RGB

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

 GREEN value IS 247 (96.88% from 255) = 45.32%

 BLUE value IS 107 (42.19% from 255) = 19.63%

R = 35.05%
G = 45.32%
B = 19.63%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.57

 K value IS 0.03

RGB Variations

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

Color information

#BFF76B (or 0xBFF76B) is known color: Sulu. HEX triplet: BF, F7 and 6B. RGB value is (191,247,107). Sum of RGB (Red+Green+Blue) = 191+247+107=545 (72% of max value = 765). Red value is 191 (75% from 255 or 35.05% from 545); Green value is 247 (96.88% from 255 or 45.32% from 545); Blue value is 107 (42.19% from 255 or 19.63% from 545); Max value from RGB is 247 - color contains mainly: green. Hex color #BFF76B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF76B is #400894. Grayscale: #D6D6D6. Windows color (decimal): -4196501 or 7075775. OLE color: 7075775.

HSL color Cylindrical-coordinate representation of color #BFF76B: hue angle of 84º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BFF76B is Cyan = 0.23, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.03.

Color convert

RGB 191 247 107 -
CMYK 0.23 0 0.57 0.03
HSL 84º 0.9% 0.69% -
HSV(B) 84º 0.57% 0.97% -
XYZ 57.4 78.66 26.07 -
YUV 214.3 67.45 111.38 -
System Red Green Blue C M Y K H S L
Decimal 191 247 107 0.23 0 0.57 0.03 84 0.9 0.69
Hex BF F7 6B 17 0 39 3 54 5A 45
Octal 277 367 153 27 0 71 3 124 132 105
Binary 10111111 11110111 1101011 10111 0 111001 11 1010100 1011010 1000101

Color Harmonies of #BFF76B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFF76B

Black with #BFF76B

Text Example


Text Example

White with #BFF76B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFF76B; }

 p { color: rgb(191,247,107); }

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

background-color css

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

 a { background-color: rgb(191,247,107); }

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

border-color css

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

 span { border-color: rgb(191,247,107); }

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