Html Css Color HEX #BCF241 Green Yellow

📋 copy color: '#BCF241'

red 188 ◦ green 242 ◦ blue 65

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

Shades of Green Yellow #BCF241

Tints of Green Yellow #BCF241

RGB

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

 GREEN value IS 242 (94.92% from 255) = 48.89%

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

R = 37.98%
G = 48.89%
B = 13.13%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#BCF241 (or 0xBCF241) is known color: Green Yellow. HEX triplet: BC, F2 and 41. RGB value is (188,242,65). Sum of RGB (Red+Green+Blue) = 188+242+65=495 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.98% from 495); Green value is 242 (94.92% from 255 or 48.89% from 495); Blue value is 65 (25.78% from 255 or 13.13% from 495); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF241 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF241 is #430DBE. Grayscale: #CECECE. Windows color (decimal): -4394431 or 4321980. OLE color: 4321980.

HSL color Cylindrical-coordinate representation of color #BCF241: hue angle of 78.31º degrees, saturation: 0.87, 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 #BCF241 is Cyan = 0.22, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 242 65 -
CMYK 0.22 0 0.73 0.05
HSL 78.31º 0.87% 0.6% -
HSV(B) 78.31º 0.73% 0.95% -
XYZ 53.45 74.58 16.58 -
YUV 205.68 48.61 115.39 -
System Red Green Blue C M Y K H S L
Decimal 188 242 65 0.22 0 0.73 0.05 78.31 0.87 0.6
Hex BC F2 41 16 0 49 5 4E 57 3C
Octal 274 362 101 26 0 111 5 116 127 74
Binary 10111100 11110010 1000001 10110 0 1001001 101 1001110 1010111 111100

Color Harmonies of #BCF241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF241

Black with #BCF241

Text Example


Text Example

White with #BCF241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF241; }

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

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

background-color css

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

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

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

border-color css

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

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

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