Html Css Color HEX #BCF130 Green Yellow

📋 copy color: '#BCF130'

red 188 ◦ green 241 ◦ blue 48

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

Shades of Green Yellow #BCF130

Tints of Green Yellow #BCF130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 10.06%

R = 39.41%
G = 50.52%
B = 10.06%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#BCF130 (or 0xBCF130) is known color: Green Yellow. HEX triplet: BC, F1 and 30. RGB value is (188,241,48). Sum of RGB (Red+Green+Blue) = 188+241+48=477 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.41% from 477); Green value is 241 (94.53% from 255 or 50.52% from 477); Blue value is 48 (19.14% from 255 or 10.06% from 477); Max value from RGB is 241 - color contains mainly: green. Hex color #BCF130 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF130 is #430ECF. Grayscale: #CBCBCB. Windows color (decimal): -4394704 or 3207612. OLE color: 3207612.

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

Color convert

RGB 188 241 48 -
CMYK 0.22 0 0.80 0.05
HSL 76.48º 0.87% 0.57% -
HSV(B) 76.48º 0.8% 0.95% -
XYZ 52.73 73.82 14.27 -
YUV 203.15 40.44 117.19 -
System Red Green Blue C M Y K H S L
Decimal 188 241 48 0.22 0 0.80 0.05 76.48 0.87 0.57
Hex BC F1 30 16 0 50 5 4C 57 39
Octal 274 361 60 26 0 120 5 114 127 71
Binary 10111100 11110001 110000 10110 0 1010000 101 1001100 1010111 111001

Color Harmonies of #BCF130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF130

Black with #BCF130

Text Example


Text Example

White with #BCF130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF130; }

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

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

background-color css

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

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

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

border-color css

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

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

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