Html Css Color HEX #BCF522 Green Yellow

📋 copy color: '#BCF522'

red 188 ◦ green 245 ◦ blue 34

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

Shades of Green Yellow #BCF522

Tints of Green Yellow #BCF522

RGB

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

 GREEN value IS 245 (96.09% from 255) = 52.46%

 BLUE value IS 34 (13.67% from 255) = 7.28%

R = 40.26%
G = 52.46%
B = 7.28%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.86

 K value IS 0.04

RGB Variations

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

Color information

#BCF522 (or 0xBCF522) is known color: Green Yellow. HEX triplet: BC, F5 and 22. RGB value is (188,245,34). Sum of RGB (Red+Green+Blue) = 188+245+34=467 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.26% from 467); Green value is 245 (96.09% from 255 or 52.46% from 467); Blue value is 34 (13.67% from 255 or 7.28% from 467); Max value from RGB is 245 - color contains mainly: green. Hex color #BCF522 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF522 is #430ADD. Grayscale: #CCCCCC. Windows color (decimal): -4393694 or 2291132. OLE color: 2291132.

HSL color Cylindrical-coordinate representation of color #BCF522: hue angle of 76.21º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BCF522 is Cyan = 0.23, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.04.

Color convert

RGB 188 245 34 -
CMYK 0.23 0 0.86 0.04
HSL 76.21º 0.91% 0.55% -
HSV(B) 76.21º 0.86% 0.96% -
XYZ 53.68 76.11 13.38 -
YUV 203.9 32.12 116.66 -
System Red Green Blue C M Y K H S L
Decimal 188 245 34 0.23 0 0.86 0.04 76.21 0.91 0.55
Hex BC F5 22 17 0 56 4 4C 5B 37
Octal 274 365 42 27 0 126 4 114 133 67
Binary 10111100 11110101 100010 10111 0 1010110 100 1001100 1011011 110111

Color Harmonies of #BCF522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF522

Black with #BCF522

Text Example


Text Example

White with #BCF522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF522; }

 p { color: rgb(188,245,34); }

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

background-color css

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

 a { background-color: rgb(188,245,34); }

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

border-color css

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

 span { border-color: rgb(188,245,34); }

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