Html Css Color HEX #BCFE80 Sulu

📋 copy color: '#BCFE80'

red 188 ◦ green 254 ◦ blue 128

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

Shades of Sulu #BCFE80

Tints of Sulu #BCFE80

RGB

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

 GREEN value IS 254 (99.61% from 255) = 44.56%

 BLUE value IS 128 (50.39% from 255) = 22.46%

R = 32.98%
G = 44.56%
B = 22.46%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.50

 K value IS 0.00

RGB Variations

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

Color information

#BCFE80 (or 0xBCFE80) is known color: Sulu. HEX triplet: BC, FE and 80. RGB value is (188,254,128). Sum of RGB (Red+Green+Blue) = 188+254+128=570 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.98% from 570); Green value is 254 (99.61% from 255 or 44.56% from 570); Blue value is 128 (50.39% from 255 or 22.46% from 570); Max value from RGB is 254 - color contains mainly: green. Hex color #BCFE80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFE80 is #43017F. Grayscale: #DCDCDC. Windows color (decimal): -4391296 or 8453820. OLE color: 8453820.

HSL color Cylindrical-coordinate representation of color #BCFE80: hue angle of 91.43º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BCFE80 is Cyan = 0.26, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.00.

Color convert

RGB 188 254 128 -
CMYK 0.26 0 0.50 0.00
HSL 91.43º 0.98% 0.75% -
HSV(B) 91.43º 0.5% 1% -
XYZ 60.08 83.13 33.3 -
YUV 219.9 76.13 105.25 -
System Red Green Blue C M Y K H S L
Decimal 188 254 128 0.26 0 0.50 0.00 91.43 0.98 0.75
Hex BC FE 80 1A 0 32 0 5B 62 4B
Octal 274 376 200 32 0 62 0 133 142 113
Binary 10111100 11111110 10000000 11010 0 110010 0 1011011 1100010 1001011

Color Harmonies of #BCFE80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFE80

Black with #BCFE80

Text Example


Text Example

White with #BCFE80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFE80; }

 p { color: rgb(188,254,128); }

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

background-color css

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

 a { background-color: rgb(188,254,128); }

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

border-color css

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

 span { border-color: rgb(188,254,128); }

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