Html Css Color HEX #BCF642 Green Yellow

📋 copy color: '#BCF642'

red 188 ◦ green 246 ◦ blue 66

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

Shades of Green Yellow #BCF642

Tints of Green Yellow #BCF642

RGB

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

 GREEN value IS 246 (96.48% from 255) = 49.2%

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

R = 37.6%
G = 49.2%
B = 13.2%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.73

 K value IS 0.04

RGB Variations

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

Color information

#BCF642 (or 0xBCF642) is known color: Green Yellow. HEX triplet: BC, F6 and 42. RGB value is (188,246,66). Sum of RGB (Red+Green+Blue) = 188+246+66=500 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.6% from 500); Green value is 246 (96.48% from 255 or 49.2% from 500); Blue value is 66 (26.17% from 255 or 13.2% from 500); Max value from RGB is 246 - color contains mainly: green. Hex color #BCF642 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF642 is #4309BD. Grayscale: #D0D0D0. Windows color (decimal): -4393406 or 4388540. OLE color: 4388540.

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

Color convert

RGB 188 246 66 -
CMYK 0.24 0 0.73 0.04
HSL 79.33º 0.91% 0.61% -
HSV(B) 79.33º 0.73% 0.96% -
XYZ 54.68 77 17.13 -
YUV 208.14 47.78 113.64 -
System Red Green Blue C M Y K H S L
Decimal 188 246 66 0.24 0 0.73 0.04 79.33 0.91 0.61
Hex BC F6 42 18 0 49 4 4F 5B 3D
Octal 274 366 102 30 0 111 4 117 133 75
Binary 10111100 11110110 1000010 11000 0 1001001 100 1001111 1011011 111101

Color Harmonies of #BCF642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF642

Black with #BCF642

Text Example


Text Example

White with #BCF642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF642; }

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

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

background-color css

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

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

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

border-color css

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

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

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