Html Css Color HEX #BCFA7C Sulu

📋 copy color: '#BCFA7C'

red 188 ◦ green 250 ◦ blue 124

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

Shades of Sulu #BCFA7C

Tints of Sulu #BCFA7C

RGB

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

 GREEN value IS 250 (98.05% from 255) = 44.48%

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

R = 33.45%
G = 44.48%
B = 22.06%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#BCFA7C (or 0xBCFA7C) is known color: Sulu. HEX triplet: BC, FA and 7C. RGB value is (188,250,124). Sum of RGB (Red+Green+Blue) = 188+250+124=562 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.45% from 562); Green value is 250 (98.05% from 255 or 44.48% from 562); Blue value is 124 (48.83% from 255 or 22.06% from 562); Max value from RGB is 250 - color contains mainly: green. Hex color #BCFA7C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFA7C is #430583. Grayscale: #D9D9D9. Windows color (decimal): -4392324 or 8190652. OLE color: 8190652.

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

Color convert

RGB 188 250 124 -
CMYK 0.25 0 0.50 0.02
HSL 89.52º 0.93% 0.73% -
HSV(B) 89.52º 0.5% 0.98% -
XYZ 58.56 80.52 31.52 -
YUV 217.1 75.46 107.25 -
System Red Green Blue C M Y K H S L
Decimal 188 250 124 0.25 0 0.50 0.02 89.52 0.93 0.73
Hex BC FA 7C 19 0 32 2 5A 5D 49
Octal 274 372 174 31 0 62 2 132 135 111
Binary 10111100 11111010 1111100 11001 0 110010 10 1011010 1011101 1001001

Color Harmonies of #BCFA7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFA7C

Black with #BCFA7C

Text Example


Text Example

White with #BCFA7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFA7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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