Html Css Color HEX #BCF328 Green Yellow

📋 copy color: '#BCF328'

red 188 ◦ green 243 ◦ blue 40

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

Shades of Green Yellow #BCF328

Tints of Green Yellow #BCF328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 8.49%

R = 39.92%
G = 51.59%
B = 8.49%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#BCF328 (or 0xBCF328) is known color: Green Yellow. HEX triplet: BC, F3 and 28. RGB value is (188,243,40). Sum of RGB (Red+Green+Blue) = 188+243+40=471 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.92% from 471); Green value is 243 (95.31% from 255 or 51.59% from 471); Blue value is 40 (16.02% from 255 or 8.49% from 471); Max value from RGB is 243 - color contains mainly: green. Hex color #BCF328 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF328 is #430CD7. Grayscale: #CCCCCC. Windows color (decimal): -4394200 or 2683836. OLE color: 2683836.

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

Color convert

RGB 188 243 40 -
CMYK 0.23 0 0.84 0.05
HSL 76.26º 0.89% 0.55% -
HSV(B) 76.26º 0.84% 0.95% -
XYZ 53.17 74.95 13.67 -
YUV 203.41 35.78 117.01 -
System Red Green Blue C M Y K H S L
Decimal 188 243 40 0.23 0 0.84 0.05 76.26 0.89 0.55
Hex BC F3 28 17 0 54 5 4C 59 37
Octal 274 363 50 27 0 124 5 114 131 67
Binary 10111100 11110011 101000 10111 0 1010100 101 1001100 1011001 110111

Color Harmonies of #BCF328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF328

Black with #BCF328

Text Example


Text Example

White with #BCF328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF328; }

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

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

background-color css

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

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

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

border-color css

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

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

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