Html Css Color HEX #BCFE7F Sulu

📋 copy color: '#BCFE7F'

red 188 ◦ green 254 ◦ blue 127

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

Shades of Sulu #BCFE7F

Tints of Sulu #BCFE7F

RGB

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

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

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

R = 33.04%
G = 44.64%
B = 22.32%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.50

 K value IS 0.00

RGB Variations

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

Color information

#BCFE7F (or 0xBCFE7F) is known color: Sulu. HEX triplet: BC, FE and 7F. RGB value is (188,254,127). Sum of RGB (Red+Green+Blue) = 188+254+127=569 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.04% from 569); Green value is 254 (99.61% from 255 or 44.64% from 569); Blue value is 127 (50% from 255 or 22.32% from 569); Max value from RGB is 254 - color contains mainly: green. Hex color #BCFE7F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFE7F is #430180. Grayscale: #DCDCDC. Windows color (decimal): -4391297 or 8388284. OLE color: 8388284.

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

Color convert

RGB 188 254 127 -
CMYK 0.26 0 0.50 0.00
HSL 91.18º 0.98% 0.75% -
HSV(B) 91.18º 0.5% 1% -
XYZ 60.01 83.11 32.96 -
YUV 219.79 75.63 105.33 -
System Red Green Blue C M Y K H S L
Decimal 188 254 127 0.26 0 0.50 0.00 91.18 0.98 0.75
Hex BC FE 7F 1A 0 32 0 5B 62 4B
Octal 274 376 177 32 0 62 0 133 142 113
Binary 10111100 11111110 1111111 11010 0 110010 0 1011011 1100010 1001011

Color Harmonies of #BCFE7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFE7F

Black with #BCFE7F

Text Example


Text Example

White with #BCFE7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFE7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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