Html Css Color HEX #BCF432 Green Yellow

📋 copy color: '#BCF432'

red 188 ◦ green 244 ◦ blue 50

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

Shades of Green Yellow #BCF432

Tints of Green Yellow #BCF432

RGB

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

 GREEN value IS 244 (95.7% from 255) = 50.62%

 BLUE value IS 50 (19.92% from 255) = 10.37%

R = 39%
G = 50.62%
B = 10.37%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.80

 K value IS 0.04

RGB Variations

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

Color information

#BCF432 (or 0xBCF432) is known color: Green Yellow. HEX triplet: BC, F4 and 32. RGB value is (188,244,50). Sum of RGB (Red+Green+Blue) = 188+244+50=482 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.00% from 482); Green value is 244 (95.70% from 255 or 50.62% from 482); Blue value is 50 (19.92% from 255 or 10.37% from 482); Max value from RGB is 244 - color contains mainly: green. Hex color #BCF432 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF432 is #430BCD. Grayscale: #CDCDCD. Windows color (decimal): -4393934 or 3339452. OLE color: 3339452.

HSL color Cylindrical-coordinate representation of color #BCF432: hue angle of 77.32º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BCF432 is Cyan = 0.23, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.04.

Color convert

RGB 188 244 50 -
CMYK 0.23 0 0.80 0.04
HSL 77.32º 0.9% 0.58% -
HSV(B) 77.32º 0.8% 0.96% -
XYZ 53.67 75.62 14.79 -
YUV 205.14 40.45 115.77 -
System Red Green Blue C M Y K H S L
Decimal 188 244 50 0.23 0 0.80 0.04 77.32 0.9 0.58
Hex BC F4 32 17 0 50 4 4D 5A 3A
Octal 274 364 62 27 0 120 4 115 132 72
Binary 10111100 11110100 110010 10111 0 1010000 100 1001101 1011010 111010

Color Harmonies of #BCF432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF432

Black with #BCF432

Text Example


Text Example

White with #BCF432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF432; }

 p { color: rgb(188,244,50); }

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

background-color css

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

 a { background-color: rgb(188,244,50); }

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

border-color css

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

 span { border-color: rgb(188,244,50); }

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