Html Css Color HEX #BCF340 Green Yellow

📋 copy color: '#BCF340'

red 188 ◦ green 243 ◦ blue 64

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

Shades of Green Yellow #BCF340

Tints of Green Yellow #BCF340

RGB

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

 GREEN value IS 243 (95.31% from 255) = 49.09%

 BLUE value IS 64 (25.39% from 255) = 12.93%

R = 37.98%
G = 49.09%
B = 12.93%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#BCF340 (or 0xBCF340) is known color: Green Yellow. HEX triplet: BC, F3 and 40. RGB value is (188,243,64). Sum of RGB (Red+Green+Blue) = 188+243+64=495 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.98% from 495); Green value is 243 (95.31% from 255 or 49.09% from 495); Blue value is 64 (25.39% from 255 or 12.93% from 495); Max value from RGB is 243 - color contains mainly: green. Hex color #BCF340 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF340 is #430CBF. Grayscale: #CECECE. Windows color (decimal): -4394176 or 4256700. OLE color: 4256700.

HSL color Cylindrical-coordinate representation of color #BCF340: hue angle of 78.44º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BCF340 is Cyan = 0.23, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 243 64 -
CMYK 0.23 0 0.74 0.05
HSL 78.44º 0.88% 0.6% -
HSV(B) 78.44º 0.74% 0.95% -
XYZ 53.72 75.16 16.53 -
YUV 206.15 47.78 115.05 -
System Red Green Blue C M Y K H S L
Decimal 188 243 64 0.23 0 0.74 0.05 78.44 0.88 0.6
Hex BC F3 40 17 0 4A 5 4E 58 3C
Octal 274 363 100 27 0 112 5 116 130 74
Binary 10111100 11110011 1000000 10111 0 1001010 101 1001110 1011000 111100

Color Harmonies of #BCF340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF340

Black with #BCF340

Text Example


Text Example

White with #BCF340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF340; }

 p { color: rgb(188,243,64); }

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

background-color css

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

 a { background-color: rgb(188,243,64); }

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

border-color css

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

 span { border-color: rgb(188,243,64); }

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