Html Css Color HEX #BFFC76 Sulu

📋 copy color: '#BFFC76'

red 191 ◦ green 252 ◦ blue 118

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

Shades of Sulu #BFFC76

Tints of Sulu #BFFC76

RGB

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

 GREEN value IS 252 (98.83% from 255) = 44.92%

 BLUE value IS 118 (46.48% from 255) = 21.03%

R = 34.05%
G = 44.92%
B = 21.03%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.53

 K value IS 0.01

RGB Variations

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

Color information

#BFFC76 (or 0xBFFC76) is known color: Sulu. HEX triplet: BF, FC and 76. RGB value is (191,252,118). Sum of RGB (Red+Green+Blue) = 191+252+118=561 (74% of max value = 765). Red value is 191 (75% from 255 or 34.05% from 561); Green value is 252 (98.83% from 255 or 44.92% from 561); Blue value is 118 (46.48% from 255 or 21.03% from 561); Max value from RGB is 252 - color contains mainly: green. Hex color #BFFC76 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFFC76 is #400389. Grayscale: #DADADA. Windows color (decimal): -4195210 or 7797951. OLE color: 7797951.

HSL color Cylindrical-coordinate representation of color #BFFC76: hue angle of 87.31º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BFFC76 is Cyan = 0.24, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.01.

Color convert

RGB 191 252 118 -
CMYK 0.24 0 0.53 0.01
HSL 87.31º 0.96% 0.73% -
HSV(B) 87.31º 0.53% 0.99% -
XYZ 59.57 82.01 29.83 -
YUV 218.49 71.29 108.4 -
System Red Green Blue C M Y K H S L
Decimal 191 252 118 0.24 0 0.53 0.01 87.31 0.96 0.73
Hex BF FC 76 18 0 35 1 57 60 49
Octal 277 374 166 30 0 65 1 127 140 111
Binary 10111111 11111100 1110110 11000 0 110101 1 1010111 1100000 1001001

Color Harmonies of #BFFC76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFFC76

Black with #BFFC76

Text Example


Text Example

White with #BFFC76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFFC76; }

 p { color: rgb(191,252,118); }

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

background-color css

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

 a { background-color: rgb(191,252,118); }

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

border-color css

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

 span { border-color: rgb(191,252,118); }

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