Html Css Color HEX #BCF138 Green Yellow

📋 copy color: '#BCF138'

red 188 ◦ green 241 ◦ blue 56

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

Shades of Green Yellow #BCF138

Tints of Green Yellow #BCF138

RGB

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

 GREEN value IS 241 (94.53% from 255) = 49.69%

 BLUE value IS 56 (22.27% from 255) = 11.55%

R = 38.76%
G = 49.69%
B = 11.55%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.77

 K value IS 0.05

RGB Variations

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

Color information

#BCF138 (or 0xBCF138) is known color: Green Yellow. HEX triplet: BC, F1 and 38. RGB value is (188,241,56). Sum of RGB (Red+Green+Blue) = 188+241+56=485 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.76% from 485); Green value is 241 (94.53% from 255 or 49.69% from 485); Blue value is 56 (22.27% from 255 or 11.55% from 485); Max value from RGB is 241 - color contains mainly: green. Hex color #BCF138 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF138 is #430EC7. Grayscale: #CCCCCC. Windows color (decimal): -4394696 or 3731900. OLE color: 3731900.

HSL color Cylindrical-coordinate representation of color #BCF138: hue angle of 77.19º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BCF138 is Cyan = 0.22, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 241 56 -
CMYK 0.22 0 0.77 0.05
HSL 77.19º 0.87% 0.58% -
HSV(B) 77.19º 0.77% 0.95% -
XYZ 52.91 73.89 15.21 -
YUV 204.06 44.44 116.54 -
System Red Green Blue C M Y K H S L
Decimal 188 241 56 0.22 0 0.77 0.05 77.19 0.87 0.58
Hex BC F1 38 16 0 4D 5 4D 57 3A
Octal 274 361 70 26 0 115 5 115 127 72
Binary 10111100 11110001 111000 10110 0 1001101 101 1001101 1010111 111010

Color Harmonies of #BCF138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF138

Black with #BCF138

Text Example


Text Example

White with #BCF138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF138; }

 p { color: rgb(188,241,56); }

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

background-color css

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

 a { background-color: rgb(188,241,56); }

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

border-color css

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

 span { border-color: rgb(188,241,56); }

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