Html Css Color HEX #BCFD73 Sulu

📋 copy color: '#BCFD73'

red 188 ◦ green 253 ◦ blue 115

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

Shades of Sulu #BCFD73

Tints of Sulu #BCFD73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 20.68%

R = 33.81%
G = 45.5%
B = 20.68%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#BCFD73 (or 0xBCFD73) is known color: Sulu. HEX triplet: BC, FD and 73. RGB value is (188,253,115). Sum of RGB (Red+Green+Blue) = 188+253+115=556 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.81% from 556); Green value is 253 (99.22% from 255 or 45.50% from 556); Blue value is 115 (45.31% from 255 or 20.68% from 556); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFD73 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFD73 is #43028C. Grayscale: #DADADA. Windows color (decimal): -4391565 or 7601596. OLE color: 7601596.

HSL color Cylindrical-coordinate representation of color #BCFD73: hue angle of 88.26º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BCFD73 is Cyan = 0.26, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.01.

Color convert

RGB 188 253 115 -
CMYK 0.26 0 0.55 0.01
HSL 88.26º 0.97% 0.72% -
HSV(B) 88.26º 0.55% 0.99% -
XYZ 58.96 82.18 28.97 -
YUV 217.83 69.97 106.72 -
System Red Green Blue C M Y K H S L
Decimal 188 253 115 0.26 0 0.55 0.01 88.26 0.97 0.72
Hex BC FD 73 1A 0 37 1 58 61 48
Octal 274 375 163 32 0 67 1 130 141 110
Binary 10111100 11111101 1110011 11010 0 110111 1 1011000 1100001 1001000

Color Harmonies of #BCFD73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFD73

Black with #BCFD73

Text Example


Text Example

White with #BCFD73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFD73; }

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

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

background-color css

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

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

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

border-color css

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

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

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