Html Css Color HEX #BCFC7F Sulu

📋 copy color: '#BCFC7F'

red 188 ◦ green 252 ◦ blue 127

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

Shades of Sulu #BCFC7F

Tints of Sulu #BCFC7F

RGB

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

 GREEN value IS 252 (98.83% from 255) = 44.44%

 BLUE value IS 127 (50% from 255) = 22.4%

R = 33.16%
G = 44.44%
B = 22.4%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#BCFC7F (or 0xBCFC7F) is known color: Sulu. HEX triplet: BC, FC and 7F. RGB value is (188,252,127). Sum of RGB (Red+Green+Blue) = 188+252+127=567 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.16% from 567); Green value is 252 (98.83% from 255 or 44.44% from 567); Blue value is 127 (50% from 255 or 22.40% from 567); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFC7F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFC7F is #430380. Grayscale: #DBDBDB. Windows color (decimal): -4391809 or 8387772. OLE color: 8387772.

HSL color Cylindrical-coordinate representation of color #BCFC7F: hue angle of 90.72º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BCFC7F is Cyan = 0.25, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.01.

Color convert

RGB 188 252 127 -
CMYK 0.25 0 0.50 0.01
HSL 90.72º 0.95% 0.74% -
HSV(B) 90.72º 0.5% 0.99% -
XYZ 59.38 81.84 32.75 -
YUV 218.61 76.3 106.16 -
System Red Green Blue C M Y K H S L
Decimal 188 252 127 0.25 0 0.50 0.01 90.72 0.95 0.74
Hex BC FC 7F 19 0 32 1 5B 5F 4A
Octal 274 374 177 31 0 62 1 133 137 112
Binary 10111100 11111100 1111111 11001 0 110010 1 1011011 1011111 1001010

Color Harmonies of #BCFC7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFC7F

Black with #BCFC7F

Text Example


Text Example

White with #BCFC7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFC7F; }

 p { color: rgb(188,252,127); }

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

background-color css

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

 a { background-color: rgb(188,252,127); }

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

border-color css

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

 span { border-color: rgb(188,252,127); }

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