Html Css Color HEX #BCF341 Green Yellow

📋 copy color: '#BCF341'

red 188 ◦ green 243 ◦ blue 65

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

Shades of Green Yellow #BCF341

Tints of Green Yellow #BCF341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 13.1%

R = 37.9%
G = 48.99%
B = 13.1%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#BCF341 (or 0xBCF341) is known color: Green Yellow. HEX triplet: BC, F3 and 41. RGB value is (188,243,65). Sum of RGB (Red+Green+Blue) = 188+243+65=496 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.90% from 496); Green value is 243 (95.31% from 255 or 48.99% from 496); Blue value is 65 (25.78% from 255 or 13.10% from 496); Max value from RGB is 243 - color contains mainly: green. Hex color #BCF341 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF341 is #430CBE. Grayscale: #CECECE. Windows color (decimal): -4394175 or 4322236. OLE color: 4322236.

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

Color convert

RGB 188 243 65 -
CMYK 0.23 0 0.73 0.05
HSL 78.54º 0.88% 0.6% -
HSV(B) 78.54º 0.73% 0.95% -
XYZ 53.74 75.17 16.68 -
YUV 206.26 48.28 114.97 -
System Red Green Blue C M Y K H S L
Decimal 188 243 65 0.23 0 0.73 0.05 78.54 0.88 0.6
Hex BC F3 41 17 0 49 5 4F 58 3C
Octal 274 363 101 27 0 111 5 117 130 74
Binary 10111100 11110011 1000001 10111 0 1001001 101 1001111 1011000 111100

Color Harmonies of #BCF341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF341

Black with #BCF341

Text Example


Text Example

White with #BCF341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF341; }

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

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

background-color css

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

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

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

border-color css

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

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

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