Html Css Color HEX #BCFE7C Sulu

📋 copy color: '#BCFE7C'

red 188 ◦ green 254 ◦ blue 124

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

Shades of Sulu #BCFE7C

Tints of Sulu #BCFE7C

RGB

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

 GREEN value IS 254 (99.61% from 255) = 44.88%

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

R = 33.22%
G = 44.88%
B = 21.91%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.51

 K value IS 0.00

RGB Variations

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

Color information

#BCFE7C (or 0xBCFE7C) is known color: Sulu. HEX triplet: BC, FE and 7C. RGB value is (188,254,124). Sum of RGB (Red+Green+Blue) = 188+254+124=566 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.22% from 566); Green value is 254 (99.61% from 255 or 44.88% from 566); Blue value is 124 (48.83% from 255 or 21.91% from 566); Max value from RGB is 254 - color contains mainly: green. Hex color #BCFE7C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFE7C is #430183. Grayscale: #DBDBDB. Windows color (decimal): -4391300 or 8191676. OLE color: 8191676.

HSL color Cylindrical-coordinate representation of color #BCFE7C: hue angle of 90.46º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BCFE7C is Cyan = 0.26, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.00.

Color convert

RGB 188 254 124 -
CMYK 0.26 0 0.51 0.00
HSL 90.46º 0.98% 0.74% -
HSV(B) 90.46º 0.51% 1% -
XYZ 59.82 83.03 31.94 -
YUV 219.45 74.13 105.57 -
System Red Green Blue C M Y K H S L
Decimal 188 254 124 0.26 0 0.51 0.00 90.46 0.98 0.74
Hex BC FE 7C 1A 0 33 0 5A 62 4A
Octal 274 376 174 32 0 63 0 132 142 112
Binary 10111100 11111110 1111100 11010 0 110011 0 1011010 1100010 1001010

Color Harmonies of #BCFE7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFE7C

Black with #BCFE7C

Text Example


Text Example

White with #BCFE7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFE7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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