Html Css Color HEX #BCFD76 Sulu

📋 copy color: '#BCFD76'

red 188 ◦ green 253 ◦ blue 118

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

Shades of Sulu #BCFD76

Tints of Sulu #BCFD76

RGB

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

 GREEN value IS 253 (99.22% from 255) = 45.26%

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

R = 33.63%
G = 45.26%
B = 21.11%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.53

 K value IS 0.01

RGB Variations

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

Color information

#BCFD76 (or 0xBCFD76) is known color: Sulu. HEX triplet: BC, FD and 76. RGB value is (188,253,118). Sum of RGB (Red+Green+Blue) = 188+253+118=559 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.63% from 559); Green value is 253 (99.22% from 255 or 45.26% from 559); Blue value is 118 (46.48% from 255 or 21.11% from 559); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFD76 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFD76 is #430289. Grayscale: #DADADA. Windows color (decimal): -4391562 or 7798204. OLE color: 7798204.

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

Color convert

RGB 188 253 118 -
CMYK 0.26 0 0.53 0.01
HSL 88.89º 0.97% 0.73% -
HSV(B) 88.89º 0.53% 0.99% -
XYZ 59.13 82.25 29.9 -
YUV 218.18 71.47 106.48 -
System Red Green Blue C M Y K H S L
Decimal 188 253 118 0.26 0 0.53 0.01 88.89 0.97 0.73
Hex BC FD 76 1A 0 35 1 59 61 49
Octal 274 375 166 32 0 65 1 131 141 111
Binary 10111100 11111101 1110110 11010 0 110101 1 1011001 1100001 1001001

Color Harmonies of #BCFD76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFD76

Black with #BCFD76

Text Example


Text Example

White with #BCFD76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFD76; }

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

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

background-color css

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

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

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

border-color css

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

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

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