Html Css Color HEX #BCF134 Green Yellow

📋 copy color: '#BCF134'

red 188 ◦ green 241 ◦ blue 52

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

Shades of Green Yellow #BCF134

Tints of Green Yellow #BCF134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 10.81%

R = 39.09%
G = 50.1%
B = 10.81%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#BCF134 (or 0xBCF134) is known color: Green Yellow. HEX triplet: BC, F1 and 34. RGB value is (188,241,52). Sum of RGB (Red+Green+Blue) = 188+241+52=481 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.09% from 481); Green value is 241 (94.53% from 255 or 50.10% from 481); Blue value is 52 (20.70% from 255 or 10.81% from 481); Max value from RGB is 241 - color contains mainly: green. Hex color #BCF134 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF134 is #430ECB. Grayscale: #CCCCCC. Windows color (decimal): -4394700 or 3469756. OLE color: 3469756.

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

Color convert

RGB 188 241 52 -
CMYK 0.22 0 0.78 0.05
HSL 76.83º 0.87% 0.57% -
HSV(B) 76.83º 0.78% 0.95% -
XYZ 52.81 73.85 14.72 -
YUV 203.61 42.44 116.87 -
System Red Green Blue C M Y K H S L
Decimal 188 241 52 0.22 0 0.78 0.05 76.83 0.87 0.57
Hex BC F1 34 16 0 4E 5 4D 57 39
Octal 274 361 64 26 0 116 5 115 127 71
Binary 10111100 11110001 110100 10110 0 1001110 101 1001101 1010111 111001

Color Harmonies of #BCF134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF134

Black with #BCF134

Text Example


Text Example

White with #BCF134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF134; }

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

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

background-color css

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

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

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

border-color css

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

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

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