Html Css Color HEX #BCFB77 Sulu

📋 copy color: '#BCFB77'

red 188 ◦ green 251 ◦ blue 119

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

Shades of Sulu #BCFB77

Tints of Sulu #BCFB77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 21.33%

R = 33.69%
G = 44.98%
B = 21.33%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#BCFB77 (or 0xBCFB77) is known color: Sulu. HEX triplet: BC, FB and 77. RGB value is (188,251,119). Sum of RGB (Red+Green+Blue) = 188+251+119=558 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.69% from 558); Green value is 251 (98.44% from 255 or 44.98% from 558); Blue value is 119 (46.88% from 255 or 21.33% from 558); Max value from RGB is 251 - color contains mainly: green. Hex color #BCFB77 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFB77 is #430488. Grayscale: #D9D9D9. Windows color (decimal): -4392073 or 7863228. OLE color: 7863228.

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

Color convert

RGB 188 251 119 -
CMYK 0.25 0 0.53 0.02
HSL 88.64º 0.94% 0.73% -
HSV(B) 88.64º 0.53% 0.98% -
XYZ 58.57 81.02 30 -
YUV 217.12 72.63 107.23 -
System Red Green Blue C M Y K H S L
Decimal 188 251 119 0.25 0 0.53 0.02 88.64 0.94 0.73
Hex BC FB 77 19 0 35 2 59 5E 49
Octal 274 373 167 31 0 65 2 131 136 111
Binary 10111100 11111011 1110111 11001 0 110101 10 1011001 1011110 1001001

Color Harmonies of #BCFB77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFB77

Black with #BCFB77

Text Example


Text Example

White with #BCFB77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFB77; }

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

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

background-color css

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

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

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

border-color css

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

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

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