Html Css Color HEX #BCFB73 Sulu

📋 copy color: '#BCFB73'

red 188 ◦ green 251 ◦ blue 115

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

Shades of Sulu #BCFB73

Tints of Sulu #BCFB73

RGB

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

 GREEN value IS 251 (98.44% from 255) = 45.31%

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

R = 33.94%
G = 45.31%
B = 20.76%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#BCFB73 (or 0xBCFB73) is known color: Sulu. HEX triplet: BC, FB and 73. RGB value is (188,251,115). Sum of RGB (Red+Green+Blue) = 188+251+115=554 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.94% from 554); Green value is 251 (98.44% from 255 or 45.31% from 554); Blue value is 115 (45.31% from 255 or 20.76% from 554); Max value from RGB is 251 - color contains mainly: green. Hex color #BCFB73 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFB73 is #43048C. Grayscale: #D9D9D9. Windows color (decimal): -4392077 or 7601084. OLE color: 7601084.

HSL color Cylindrical-coordinate representation of color #BCFB73: hue angle of 87.79º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BCFB73 is Cyan = 0.25, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.

Color convert

RGB 188 251 115 -
CMYK 0.25 0 0.54 0.02
HSL 87.79º 0.94% 0.72% -
HSV(B) 87.79º 0.54% 0.98% -
XYZ 58.33 80.92 28.77 -
YUV 216.66 70.63 107.56 -
System Red Green Blue C M Y K H S L
Decimal 188 251 115 0.25 0 0.54 0.02 87.79 0.94 0.72
Hex BC FB 73 19 0 36 2 58 5E 48
Octal 274 373 163 31 0 66 2 130 136 110
Binary 10111100 11111011 1110011 11001 0 110110 10 1011000 1011110 1001000

Color Harmonies of #BCFB73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFB73

Black with #BCFB73

Text Example


Text Example

White with #BCFB73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFB73; }

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

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

background-color css

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

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

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

border-color css

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

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

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