Html Css Color HEX #BCFF3D Green Yellow

📋 copy color: '#BCFF3D'

red 188 ◦ green 255 ◦ blue 61

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

Shades of Green Yellow #BCFF3D

Tints of Green Yellow #BCFF3D

RGB

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

 GREEN value IS 255 (100% from 255) = 50.6%

 BLUE value IS 61 (24.22% from 255) = 12.1%

R = 37.3%
G = 50.6%
B = 12.1%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.76

 K value IS 0

RGB Variations

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

Color information

#BCFF3D (or 0xBCFF3D) is known color: Green Yellow. HEX triplet: BC, FF and 3D. RGB value is (188,255,61). Sum of RGB (Red+Green+Blue) = 188+255+61=504 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.30% from 504); Green value is 255 (100% from 255 or 50.60% from 504); Blue value is 61 (24.22% from 255 or 12.10% from 504); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFF3D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCFF3D is #4300C2. Grayscale: #D5D5D5. Windows color (decimal): -4391107 or 4063164. OLE color: 4063164.

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

Color convert

RGB 188 255 61 -
CMYK 0.26 0 0.76 0
HSL 80.72º 1% 0.62% -
HSV(B) 80.72º 0.76% 1% -
XYZ 57.34 82.55 17.33 -
YUV 212.85 42.3 110.27 -
System Red Green Blue C M Y K H S L
Decimal 188 255 61 0.26 0 0.76 0 80.72 1 0.62
Hex BC FF 3D 1A 0 4C 0 51 64 3E
Octal 274 377 75 32 0 114 0 121 144 76
Binary 10111100 11111111 111101 11010 0 1001100 0 1010001 1100100 111110

Color Harmonies of #BCFF3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFF3D

Black with #BCFF3D

Text Example


Text Example

White with #BCFF3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFF3D; }

 p { color: rgb(188,255,61); }

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

background-color css

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

 a { background-color: rgb(188,255,61); }

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

border-color css

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

 span { border-color: rgb(188,255,61); }

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