Html Css Color HEX #BCF32A Green Yellow

📋 copy color: '#BCF32A'

red 188 ◦ green 243 ◦ blue 42

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

Shades of Green Yellow #BCF32A

Tints of Green Yellow #BCF32A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 8.88%

R = 39.75%
G = 51.37%
B = 8.88%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#BCF32A (or 0xBCF32A) is known color: Green Yellow. HEX triplet: BC, F3 and 2A. RGB value is (188,243,42). Sum of RGB (Red+Green+Blue) = 188+243+42=473 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.75% from 473); Green value is 243 (95.31% from 255 or 51.37% from 473); Blue value is 42 (16.80% from 255 or 8.88% from 473); Max value from RGB is 243 - color contains mainly: green. Hex color #BCF32A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF32A is #430CD5. Grayscale: #CCCCCC. Windows color (decimal): -4394198 or 2814908. OLE color: 2814908.

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

Color convert

RGB 188 243 42 -
CMYK 0.23 0 0.83 0.05
HSL 76.42º 0.89% 0.56% -
HSV(B) 76.42º 0.83% 0.95% -
XYZ 53.21 74.96 13.85 -
YUV 203.64 36.78 116.84 -
System Red Green Blue C M Y K H S L
Decimal 188 243 42 0.23 0 0.83 0.05 76.42 0.89 0.56
Hex BC F3 2A 17 0 53 5 4C 59 38
Octal 274 363 52 27 0 123 5 114 131 70
Binary 10111100 11110011 101010 10111 0 1010011 101 1001100 1011001 111000

Color Harmonies of #BCF32A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF32A

Black with #BCF32A

Text Example


Text Example

White with #BCF32A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF32A; }

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

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

background-color css

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

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

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

border-color css

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

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

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