Html Css Color HEX #BCF742 Green Yellow

📋 copy color: '#BCF742'

red 188 ◦ green 247 ◦ blue 66

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

Shades of Green Yellow #BCF742

Tints of Green Yellow #BCF742

RGB

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

 GREEN value IS 247 (96.88% from 255) = 49.3%

 BLUE value IS 66 (26.17% from 255) = 13.17%

R = 37.52%
G = 49.3%
B = 13.17%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.73

 K value IS 0.03

RGB Variations

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

Color information

#BCF742 (or 0xBCF742) is known color: Green Yellow. HEX triplet: BC, F7 and 42. RGB value is (188,247,66). Sum of RGB (Red+Green+Blue) = 188+247+66=501 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.52% from 501); Green value is 247 (96.88% from 255 or 49.30% from 501); Blue value is 66 (26.17% from 255 or 13.17% from 501); Max value from RGB is 247 - color contains mainly: green. Hex color #BCF742 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF742 is #4308BD. Grayscale: #D1D1D1. Windows color (decimal): -4393150 or 4388796. OLE color: 4388796.

HSL color Cylindrical-coordinate representation of color #BCF742: hue angle of 79.56º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BCF742 is Cyan = 0.24, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.03.

Color convert

RGB 188 247 66 -
CMYK 0.24 0 0.73 0.03
HSL 79.56º 0.92% 0.61% -
HSV(B) 79.56º 0.73% 0.97% -
XYZ 54.98 77.61 17.24 -
YUV 208.73 47.45 113.22 -
System Red Green Blue C M Y K H S L
Decimal 188 247 66 0.24 0 0.73 0.03 79.56 0.92 0.61
Hex BC F7 42 18 0 49 3 50 5C 3D
Octal 274 367 102 30 0 111 3 120 134 75
Binary 10111100 11110111 1000010 11000 0 1001001 11 1010000 1011100 111101

Color Harmonies of #BCF742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF742

Black with #BCF742

Text Example


Text Example

White with #BCF742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF742; }

 p { color: rgb(188,247,66); }

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

background-color css

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

 a { background-color: rgb(188,247,66); }

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

border-color css

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

 span { border-color: rgb(188,247,66); }

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