Html Css Color HEX #BCF332 Green Yellow

📋 copy color: '#BCF332'

red 188 ◦ green 243 ◦ blue 50

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

Shades of Green Yellow #BCF332

Tints of Green Yellow #BCF332

RGB

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

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

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

R = 39.09%
G = 50.52%
B = 10.4%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#BCF332 (or 0xBCF332) is known color: Green Yellow. HEX triplet: BC, F3 and 32. RGB value is (188,243,50). Sum of RGB (Red+Green+Blue) = 188+243+50=481 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.09% from 481); Green value is 243 (95.31% from 255 or 50.52% from 481); Blue value is 50 (19.92% from 255 or 10.40% from 481); Max value from RGB is 243 - color contains mainly: green. Hex color #BCF332 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF332 is #430CCD. Grayscale: #CDCDCD. Windows color (decimal): -4394190 or 3339196. OLE color: 3339196.

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

Color convert

RGB 188 243 50 -
CMYK 0.23 0 0.79 0.05
HSL 77.1º 0.89% 0.57% -
HSV(B) 77.1º 0.79% 0.95% -
XYZ 53.37 75.02 14.69 -
YUV 204.55 40.78 116.19 -
System Red Green Blue C M Y K H S L
Decimal 188 243 50 0.23 0 0.79 0.05 77.1 0.89 0.57
Hex BC F3 32 17 0 4F 5 4D 59 39
Octal 274 363 62 27 0 117 5 115 131 71
Binary 10111100 11110011 110010 10111 0 1001111 101 1001101 1011001 111001

Color Harmonies of #BCF332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF332

Black with #BCF332

Text Example


Text Example

White with #BCF332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF332; }

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

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

background-color css

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

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

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

border-color css

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

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

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