Html Css Color HEX #BCF625 Green Yellow

📋 copy color: '#BCF625'

red 188 ◦ green 246 ◦ blue 37

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

Shades of Green Yellow #BCF625

Tints of Green Yellow #BCF625

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 7.86%

R = 39.92%
G = 52.23%
B = 7.86%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.85

 K value IS 0.04

RGB Variations

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

Color information

#BCF625 (or 0xBCF625) is known color: Green Yellow. HEX triplet: BC, F6 and 25. RGB value is (188,246,37). Sum of RGB (Red+Green+Blue) = 188+246+37=471 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.92% from 471); Green value is 246 (96.48% from 255 or 52.23% from 471); Blue value is 37 (14.84% from 255 or 7.86% from 471); Max value from RGB is 246 - color contains mainly: green. Hex color #BCF625 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF625 is #4309DA. Grayscale: #CDCDCD. Windows color (decimal): -4393435 or 2487996. OLE color: 2487996.

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

Color convert

RGB 188 246 37 -
CMYK 0.24 0 0.85 0.04
HSL 76.65º 0.92% 0.55% -
HSV(B) 76.65º 0.85% 0.96% -
XYZ 54.03 76.74 13.71 -
YUV 204.83 33.28 115.99 -
System Red Green Blue C M Y K H S L
Decimal 188 246 37 0.24 0 0.85 0.04 76.65 0.92 0.55
Hex BC F6 25 18 0 55 4 4D 5C 37
Octal 274 366 45 30 0 125 4 115 134 67
Binary 10111100 11110110 100101 11000 0 1010101 100 1001101 1011100 110111

Color Harmonies of #BCF625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF625

Black with #BCF625

Text Example


Text Example

White with #BCF625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF625; }

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

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

background-color css

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

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

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

border-color css

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

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

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