Html Css Color HEX #BCFB74 Sulu

📋 copy color: '#BCFB74'

red 188 ◦ green 251 ◦ blue 116

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

Shades of Sulu #BCFB74

Tints of Sulu #BCFB74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 20.9%

R = 33.87%
G = 45.23%
B = 20.9%

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

#BCFB74 (or 0xBCFB74) is known color: Sulu. HEX triplet: BC, FB and 74. RGB value is (188,251,116). Sum of RGB (Red+Green+Blue) = 188+251+116=555 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.87% from 555); Green value is 251 (98.44% from 255 or 45.23% from 555); Blue value is 116 (45.70% from 255 or 20.90% from 555); Max value from RGB is 251 - color contains mainly: green. Hex color #BCFB74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFB74 is #43048B. Grayscale: #D9D9D9. Windows color (decimal): -4392076 or 7666620. OLE color: 7666620.

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

Color convert

RGB 188 251 116 -
CMYK 0.25 0 0.54 0.02
HSL 88º 0.94% 0.72% -
HSV(B) 88º 0.54% 0.98% -
XYZ 58.39 80.95 29.07 -
YUV 216.77 71.13 107.48 -
System Red Green Blue C M Y K H S L
Decimal 188 251 116 0.25 0 0.54 0.02 88 0.94 0.72
Hex BC FB 74 19 0 36 2 58 5E 48
Octal 274 373 164 31 0 66 2 130 136 110
Binary 10111100 11111011 1110100 11001 0 110110 10 1011000 1011110 1001000

Color Harmonies of #BCFB74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFB74

Black with #BCFB74

Text Example


Text Example

White with #BCFB74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFB74; }

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

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

background-color css

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

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

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

border-color css

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

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

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