Html Css Color HEX #BCFD3F Green Yellow

📋 copy color: '#BCFD3F'

red 188 ◦ green 253 ◦ blue 63

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

Shades of Green Yellow #BCFD3F

Tints of Green Yellow #BCFD3F

RGB

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

 GREEN value IS 253 (99.22% from 255) = 50.2%

 BLUE value IS 63 (25% from 255) = 12.5%

R = 37.3%
G = 50.2%
B = 12.5%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#BCFD3F (or 0xBCFD3F) is known color: Green Yellow. HEX triplet: BC, FD and 3F. RGB value is (188,253,63). Sum of RGB (Red+Green+Blue) = 188+253+63=504 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.30% from 504); Green value is 253 (99.22% from 255 or 50.20% from 504); Blue value is 63 (25% from 255 or 12.5% from 504); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFD3F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCFD3F is #4302C0. Grayscale: #D4D4D4. Windows color (decimal): -4391617 or 4193724. OLE color: 4193724.

HSL color Cylindrical-coordinate representation of color #BCFD3F: hue angle of 80.53º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BCFD3F is Cyan = 0.26, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.01.

Color convert

RGB 188 253 63 -
CMYK 0.26 0 0.75 0.01
HSL 80.53º 0.98% 0.62% -
HSV(B) 80.53º 0.75% 0.99% -
XYZ 56.76 81.3 17.4 -
YUV 211.91 43.97 110.95 -
System Red Green Blue C M Y K H S L
Decimal 188 253 63 0.26 0 0.75 0.01 80.53 0.98 0.62
Hex BC FD 3F 1A 0 4B 1 51 62 3E
Octal 274 375 77 32 0 113 1 121 142 76
Binary 10111100 11111101 111111 11010 0 1001011 1 1010001 1100010 111110

Color Harmonies of #BCFD3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFD3F

Black with #BCFD3F

Text Example


Text Example

White with #BCFD3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFD3F; }

 p { color: rgb(188,253,63); }

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

background-color css

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

 a { background-color: rgb(188,253,63); }

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

border-color css

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

 span { border-color: rgb(188,253,63); }

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