Html Css Color HEX #BCF77C Sulu

📋 copy color: '#BCF77C'

red 188 ◦ green 247 ◦ blue 124

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

Shades of Sulu #BCF77C

Tints of Sulu #BCF77C

RGB

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

 GREEN value IS 247 (96.88% from 255) = 44.19%

 BLUE value IS 124 (48.83% from 255) = 22.18%

R = 33.63%
G = 44.19%
B = 22.18%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.50

 K value IS 0.03

RGB Variations

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

Color information

#BCF77C (or 0xBCF77C) is known color: Sulu. HEX triplet: BC, F7 and 7C. RGB value is (188,247,124). Sum of RGB (Red+Green+Blue) = 188+247+124=559 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.63% from 559); Green value is 247 (96.88% from 255 or 44.19% from 559); Blue value is 124 (48.83% from 255 or 22.18% from 559); Max value from RGB is 247 - color contains mainly: green. Hex color #BCF77C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF77C is #430883. Grayscale: #D7D7D7. Windows color (decimal): -4393092 or 8189884. OLE color: 8189884.

HSL color Cylindrical-coordinate representation of color #BCF77C: hue angle of 88.78º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BCF77C is Cyan = 0.24, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.03.

Color convert

RGB 188 247 124 -
CMYK 0.24 0 0.50 0.03
HSL 88.78º 0.88% 0.73% -
HSV(B) 88.78º 0.5% 0.97% -
XYZ 57.64 78.67 31.22 -
YUV 215.34 76.45 108.5 -
System Red Green Blue C M Y K H S L
Decimal 188 247 124 0.24 0 0.50 0.03 88.78 0.88 0.73
Hex BC F7 7C 18 0 32 3 59 58 49
Octal 274 367 174 30 0 62 3 131 130 111
Binary 10111100 11110111 1111100 11000 0 110010 11 1011001 1011000 1001001

Color Harmonies of #BCF77C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF77C

Black with #BCF77C

Text Example


Text Example

White with #BCF77C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF77C; }

 p { color: rgb(188,247,124); }

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

background-color css

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

 a { background-color: rgb(188,247,124); }

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

border-color css

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

 span { border-color: rgb(188,247,124); }

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