Html Css Color HEX #BCF325 Green Yellow

📋 copy color: '#BCF325'

red 188 ◦ green 243 ◦ blue 37

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

Shades of Green Yellow #BCF325

Tints of Green Yellow #BCF325

RGB

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

 GREEN value IS 243 (95.31% from 255) = 51.92%

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

R = 40.17%
G = 51.92%
B = 7.91%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#BCF325 (or 0xBCF325) is known color: Green Yellow. HEX triplet: BC, F3 and 25. RGB value is (188,243,37). Sum of RGB (Red+Green+Blue) = 188+243+37=468 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.17% from 468); Green value is 243 (95.31% from 255 or 51.92% from 468); Blue value is 37 (14.84% from 255 or 7.91% from 468); Max value from RGB is 243 - color contains mainly: green. Hex color #BCF325 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF325 is #430CDA. Grayscale: #CBCBCB. Windows color (decimal): -4394203 or 2487228. OLE color: 2487228.

HSL color Cylindrical-coordinate representation of color #BCF325: hue angle of 76.02º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BCF325 is Cyan = 0.23, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 243 37 -
CMYK 0.23 0 0.85 0.05
HSL 76.02º 0.9% 0.55% -
HSV(B) 76.02º 0.85% 0.95% -
XYZ 53.12 74.93 13.41 -
YUV 203.07 34.28 117.25 -
System Red Green Blue C M Y K H S L
Decimal 188 243 37 0.23 0 0.85 0.05 76.02 0.9 0.55
Hex BC F3 25 17 0 55 5 4C 5A 37
Octal 274 363 45 27 0 125 5 114 132 67
Binary 10111100 11110011 100101 10111 0 1010101 101 1001100 1011010 110111

Color Harmonies of #BCF325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF325

Black with #BCF325

Text Example


Text Example

White with #BCF325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF325; }

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

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

background-color css

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

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

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

border-color css

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

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

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