Html Css Color HEX #BCFC76 Sulu

📋 copy color: '#BCFC76'

red 188 ◦ green 252 ◦ blue 118

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

Shades of Sulu #BCFC76

Tints of Sulu #BCFC76

RGB

 RED value IS 188 (73.83% from 255) = 33.69%

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

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

R = 33.69%
G = 45.16%
B = 21.15%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.53

 K value IS 0.01

RGB Variations

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

Color information

#BCFC76 (or 0xBCFC76) is known color: Sulu. HEX triplet: BC, FC and 76. RGB value is (188,252,118). Sum of RGB (Red+Green+Blue) = 188+252+118=558 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.69% from 558); Green value is 252 (98.83% from 255 or 45.16% from 558); Blue value is 118 (46.48% from 255 or 21.15% from 558); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFC76 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFC76 is #430389. Grayscale: #DADADA. Windows color (decimal): -4391818 or 7797948. OLE color: 7797948.

HSL color Cylindrical-coordinate representation of color #BCFC76: hue angle of 88.66º 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 #BCFC76 is Cyan = 0.25, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.01.

Color convert

RGB 188 252 118 -
CMYK 0.25 0 0.53 0.01
HSL 88.66º 0.96% 0.73% -
HSV(B) 88.66º 0.53% 0.99% -
XYZ 58.82 81.62 29.79 -
YUV 217.59 71.8 106.9 -
System Red Green Blue C M Y K H S L
Decimal 188 252 118 0.25 0 0.53 0.01 88.66 0.96 0.73
Hex BC FC 76 19 0 35 1 59 60 49
Octal 274 374 166 31 0 65 1 131 140 111
Binary 10111100 11111100 1110110 11001 0 110101 1 1011001 1100000 1001001

Color Harmonies of #BCFC76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFC76

Black with #BCFC76

Text Example


Text Example

White with #BCFC76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFC76; }

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

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

background-color css

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

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

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

border-color css

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

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

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